#cf604f
a balanced, vivid red · warm · closest name: Indian Red
At a glance
Every number on this page in one read: what #cf604f is made of, how bright it looks, and which way it leans.
Reads warm. Warm and cool siblings keep the same lightness, so you can swap one in without redoing your contrast maths.
Every format
| HEX | #cf604f |
| RGB | rgb(207, 96, 79) |
| HSL | hsl(8, 57%, 56%) |
| CMYK | cmyk(0%, 54%, 62%, 19%) |
| LAB | lab(54.2 42.6 30.8) |
| LCH | lch(54.2 52.6 35.8) |
| OKLCH | oklch(0.622 0.144 30.5) |
| Decimal | 13590607 |
| Display P3 | color(display-p3 0.812 0.376 0.310) |
Copy-ready code
/* CSS */
color: #cf604f;
background-color: #cf604f;
/* Tailwind (arbitrary) */
class="text-[#cf604f] bg-[#cf604f]"
/* SCSS */
$brand: #cf604f;
/* SwiftUI */
Color(red: 0.812, green: 0.376, blue: 0.310)
/* Android */
Color.parseColor("#cf604f")
/* Flutter */
Color(0xFFCF604F)
/* Python / OpenCV (BGR) */
(79, 96, 207)Best text color
Only one of black and white can be right. This is the one, with the number that proves it.
Accessibility — WCAG contrast
Color scale — 50 to 950
A Tailwind-shaped ramp built around this exact hex. #cf604f is pinned to step 500; the rest hold its hue and let saturation ease off at the extremes so the pale end never turns neon.
:root {
--brand-50: #FBF5F4;
--brand-100: #F7EBE9;
--brand-200: #EFD2CD;
--brand-300: #E7AFA7;
--brand-400: #DB887B;
--brand-500: #cf604f;
--brand-600: #C04735;
--brand-700: #A03B2C;
--brand-800: #802F23;
--brand-900: #5D261D;
--brand-950: #3A1812;
--brand: #cf604f;
--brand-ink: #000000;
}Colors that work with #cf604f
Not a palette — a role sheet. Each swatch answers one question you will hit while building the component.
Surface, border, heading and body all derive from this one hue, so the screen stays coherent without a second palette.
Lightness flips, hue holds. The accent stays the anchor in both themes.
How to use #cf604f
Derived from its contrast, chroma and lightness — not from taste.
- ✓Headings from 24px up on white
- ✓Text and icons on dark surfaces
- ✓Primary buttons and calls to action
- ✓Focus rings, active and selected states
- ✓Brand accents, badges and data highlights
- ⚠Small text on white — under 4.5:1
- ⚠Full-page backgrounds — tiring over long sessions
- ⚠Pairing with a same-lightness hue — edges vibrate
Similar colors
One move away from this hex in each direction. Every swatch is its own page.
Color relationships
The wheel positions with their names attached, so you can grab the one you actually need.
| Complementary | #4FBECF | Directly opposite — maximum tension | |
| Analogous left | #CF4F7E | Neighbour, quieter | |
| Analogous right | #CFA04F | Neighbour, quieter | |
| Split-complement 1 | #4FCFA0 | Contrast without the clash | |
| Split-complement 2 | #4F7ECF | Contrast without the clash | |
| Triadic 1 | #4FCF60 | Even thirds — balanced and loud | |
| Triadic 2 | #604FCF | Even thirds — balanced and loud | |
| Tetradic | #7ECF4F | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#cf604f text on a black background
contrast 5.44:1
#cf604f text on a white background
contrast 3.86:1
CSS3 live lab
The quick brown fox
color: #cf604f;
background-color: #cf604f;
Glowing headline
text-shadow: 2px 2px 8px #cf604f;
Soft neon halo
text-shadow: 0 0 14px rgba(207, 96, 79, 0.45);
box-shadow: 0 12px 32px -8px rgba(207, 96, 79, 0.45);
border: 3px solid #cf604f; background: linear-gradient(135deg, #cf604f, #CFB54F);
Monochromatic scale
Palettes built from #cf604f
Shades — darker
Tints — lighter
Color harmonies
Nearest named colors
Ranked with CIEDE2000 across all 139 CSS keywords. Under ΔE 2 the eye stops telling them apart; over ΔE 10 they are plainly different colors.
Closest color with a full write-up: Terracotta (#e2725b) — ΔE2000 6.1 away, with its history, psychology and brand usage.
#cf604f in the real world
Where a color in this family tends to land, and the interface roles it is usually asked to play.
Converts to four-color process without much drama. Proof it anyway.
#cf604f, answered
What color is #cf604f?
#cf604f is a balanced vivid red, closest to Indian Red (ΔE2000 5.4). It sits at 8° on the hue wheel with 57% saturation and 56% lightness, which reads as warm.
What is the RGB value of #cf604f?
rgb(207, 96, 79) — 207 red, 96 green and 79 blue out of 255, or 81.2% / 37.6% / 31% by channel.
Is #cf604f a light or a dark color?
It is a mid-tone. Relative luminance is 0.2220 and perceived brightness is 54%, so black text on it reaches 5.44:1.
Should I use black or white text on #cf604f?
Black. It scores 5.44:1 against #cf604f, versus 3.86:1 for white — AA at any size.
What is the complementary color of #cf604f?
#4FBECF sits directly opposite on the wheel. Softer options are the split-complements #4FCFA0 and #4F7ECF, which give the same contrast with far less vibration.
What colors go well with #cf604f?
For interface work: #FAF5F4 as the surface, #EDC6C0 for borders, #9B554B for secondary text, #28A495 as an accent and #64251B for hover and pressed states. For a palette, the analogous pair #CF4F7E and #CFA04F stays calm, while #4FBECF is the loudest partner.
What is #cf604f in CMYK for printing?
cmyk(0%, 54%, 62%, 19%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.
Is #cf604f warm or cool?
Warm — it scores 12 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #CF784F; nudged cooler, #D14D6C.