Color or Colour? What Our Dictionary Accepts—and Which One You Should Write
Colourful is normal British English.
Find the Word rejects it.
The game accepts colorful, while accepting both color and colour. That combination exposes the weakness in the usual advice that American and British spellings are interchangeable in word games.
Both spellings may be correct English. That does not mean both are present in a particular game dictionary.
Cambridge identifies colourful as the UK spelling and colorful as the US spelling, so the rejected British form is not a mistake outside the game.
What I searched
I checked Find the Word English Dictionary v1.0, the site’s fixed file of 172,727 lowercase entries containing at least three letters.
I first searched for color and colour anywhere inside an entry. That produced:
- 102 entries containing
color; - 12 entries containing
colour.
I did not treat that as proof that the dictionary supports American spelling 8.5 times more often. The color group includes words such as:
colorado, coloratura, colorectal
Those are not American alternatives to imaginary forms such as colourado.
I therefore ran a narrower comparison. For each entry containing color, I replaced that exact sequence with colour and checked whether the resulting spelling also existed. I then repeated the check in the opposite direction.
The result was 12 exact pairs, representing 24 distinct accepted entries.
Inflected forms count separately because the file stores and validates them separately. The broader preparation and filtering method is explained in How We Check Words.
The complete 12-pair result
| Round | American-style entry | British-style entry |
|---|---|---|
| B | bicolor | bicolour |
| B | bicolors | bicolours |
| C | color | colour |
| C | colored | coloured |
| C | colorer | colourer |
| C | colorers | colourers |
| C | coloring | colouring |
| C | colors | colours |
| D | decolor | decolour |
| D | decolored | decoloured |
| D | decoloring | decolouring |
| D | decolors | decolours |
The count balances as follows:
- 2 pairs beginning with B;
- 6 pairs beginning with C;
- 4 pairs beginning with D.
That gives 12 pairs and 24 accepted spellings.
Every entry containing colour in this dictionary appears in the table. Each has a matching color form.
What this creates in a C round
The six C-pairs produce 12 separate accepted answers:
color, colour, colored, coloured, colorer, colourer, colorers, colourers, coloring, colouring, colors, colours
The game treats them as distinct spellings, so each can count once during the same C round.
I would not try to remember all 12 with equal priority. My practical order would be:
colorcolourcolorscolourscoloredcolouredcoloringcolouring
Colorer, colourer and their plurals are accepted, but they are less likely to come naturally under pressure. Dictionary membership establishes that they can score; it does not establish that they deserve the same practice time as the familiar eight.
The U cannot be added automatically
The most important result is not that 12 pairs work.
It is that several obvious-looking pairs do not.
These American-style spellings are accepted:
colorful, colorless, watercolor, multicolor, recolor, discolor, colorize, colorization
These corresponding British-style spellings are absent:
colourful, colourless, watercolour, multicolour, recolour, discolour, colourise, colourisation
Several of the absent forms are ordinary British English. Their rejection is a limitation of this dictionary, not evidence that they are misspelled.
Oxford’s usage guidance distinguishes British -our spellings from American -or spellings, while Cambridge explicitly pairs UK colourful with US colorful.
This gives the player a safer rule:
After one spelling passes, do not assume that inserting or removing U will produce another accepted entry.
The base pair must be checked independently.
Three particularly tempting failures
Colorful → colourful
Colorful passes. Colourful does not.
Watercolor → watercolour
Watercolor passes. Watercolour does not.
Recolor → recolour
Recolor passes. Recolour does not.
These are precisely the forms most likely to create false confidence because the British spellings look completely ordinary outside the game.
Another word-game dictionary may include all six spellings. The finding applies to Find the Word English Dictionary v1.0, not to English as a whole.
Which spelling should you use in normal writing?
The game answers a membership question.
Writing requires a style decision.
Writing for an American audience
Use:
color, colored, coloring, colorful
Merriam-Webster lists colour as chiefly British, while Oxford identifies color as the US form.
A sentence might read:
The designer changed the color of the menu.
Writing for a British audience
Use:
colour, coloured, colouring, colourful
Oxford University’s style guide lists colour/color as a standard British/American contrast and instructs its writers to use the British form except when preserving American source material.
The equivalent sentence becomes:
The designer changed the colour of the menu.
Neither version is inherently more precise. The choice tells the reader which editorial convention the document follows.
Writing for an international audience
Choose the convention that matches:
- the organisation’s house style;
- its main readership;
- the dictionary used by its editors;
- or the regional version of the product.
Do not switch between forms simply because both are understandable.
A page using color in one heading, colour in the next and colorful later does not look internationally flexible. It looks unedited unless the changes occur inside quotations, names or separate regional versions.
My own preference for The Verbarium is American spelling because the game’s ENABLE-based dictionary is strongly weighted toward American forms. That is an editorial decision for consistency, not a claim that British spelling is inferior.
Quoting another writer
Preserve the source spelling.
An American article quoting a British speaker should not silently change colour to color. A British article quoting American material should normally retain color.
Oxford University’s style guidance makes the same exception for quoted American text.
Writing names and titles
Preserve the official form used by the organisation, publication, product or work.
A house style should not rewrite a proper name merely to make it regionally consistent.
The surrounding sentence may follow one convention while the name keeps another.
Writing CSS
Use:
color
background-color
border-color
Do not write:
colour
background-colour
border-colour
CSS uses the American spelling regardless of whether the surrounding website copy follows British English. The W3C specification defines the property as color, including constructions such as background-color.
This is not an editorial preference. background-colour is not the CSS property name.
A British website may therefore contain both spellings correctly:
Choose a background colour.
background-color: blue;
The prose follows British style. The code follows the technical standard.
Why the spellings separated
The history is more precise than “Britain added a U” or “America removed one.”
Merriam-Webster traces the English word through Middle English colour, borrowed from Anglo-French, and ultimately back to Latin color.
Noah Webster later promoted spelling reforms in American dictionaries. Merriam-Webster’s own history of those reforms says he dropped the U from words including humour and colour, while some of his other proposed simplifications never became standard.
Webster’s influence helps explain why the U-less form became established in American English. It does not mean he invented the underlying word, and it does not mean every American–British spelling difference follows the same history.
The broader interaction of pronunciation, borrowing, printing and editorial reform is covered in Why English Spelling Is So Weird.
For this page, the historical point changes one practical habit: regional spellings should be treated as established conventions, not as correct and incorrect versions of one universal standard.
A four-context check before publishing
When a document contains both forms, classify each occurrence before changing it.
1. Ordinary prose
Follow the document’s selected regional style.
- American:
color - British:
colour
2. Quoted material
Preserve the quoted spelling.
3. Official names and titles
Use the organisation’s or work’s own form.
4. Code
Use the syntax required by the language or standard. In CSS, that means color.
This prevents an unsafe global find-and-replace. Replacing every instance of color with colour could break CSS while correcting the surrounding British prose.
A worked edit
Here is a deliberately mixed draft:
The colour picker updates the color palette. When the user recolors a button, the CSS background-colour property changes.
For an American publication:
The color picker updates the color palette. When the user recolors a button, the CSS
background-colorproperty changes.
For a British publication:
The colour picker updates the colour palette. When the user recolours a button, the CSS
background-colorproperty changes.
The prose changes with the audience.
The code does not.


