#cf461b
a balanced, electric red · warm · closest name: Red
At a glance
Every number on this page in one read: what #cf461b 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 | #cf461b |
| RGB | rgb(207, 70, 27) |
| HSL | hsl(14, 77%, 46%) |
| CMYK | cmyk(0%, 66%, 87%, 19%) |
| LAB | lab(49.2 52.3 52.1) |
| LCH | lch(49.2 73.8 44.9) |
| OKLCH | oklch(0.582 0.181 36.6) |
| Decimal | 13583899 |
| Display P3 | color(display-p3 0.812 0.275 0.106) |
Copy-ready code
/* CSS */
color: #cf461b;
background-color: #cf461b;
/* Tailwind (arbitrary) */
class="text-[#cf461b] bg-[#cf461b]"
/* SCSS */
$brand: #cf461b;
/* SwiftUI */
Color(red: 0.812, green: 0.275, blue: 0.106)
/* Android */
Color.parseColor("#cf461b")
/* Flutter */
Color(0xFFCF461B)
/* Python / OpenCV (BGR) */
(27, 70, 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. #cf461b is pinned to step 600; the rest hold its hue and let saturation ease off at the extremes so the pale end never turns neon.
:root {
--brand-50: #FCF5F3;
--brand-100: #F9EBE7;
--brand-200: #F4D2C7;
--brand-300: #F2B09C;
--brand-400: #EC896A;
--brand-500: #E56239;
--brand-600: #cf461b;
--brand-700: #B43D18;
--brand-800: #903113;
--brand-900: #682712;
--brand-950: #41180B;
--brand: #cf461b;
--brand-ink: #ffffff;
}Colors that work with #cf461b
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 #cf461b
Derived from its contrast, chroma and lightness — not from taste.
- ✓Body text and links 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
- ⚠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 | #1BA4CF | Directly opposite — maximum tension | |
| Analogous left | #CF1B4A | Neighbour, quieter | |
| Analogous right | #CFA01B | Neighbour, quieter | |
| Split-complement 1 | #1BCFA0 | Contrast without the clash | |
| Split-complement 2 | #1B4ACF | Contrast without the clash | |
| Triadic 1 | #1BCF46 | Even thirds — balanced and loud | |
| Triadic 2 | #461BCF | Even thirds — balanced and loud | |
| Tetradic | #4ACF1B | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#cf461b text on a black background
contrast 4.54:1
#cf461b text on a white background
contrast 4.62:1
CSS3 live lab
The quick brown fox
color: #cf461b;
background-color: #cf461b;
Glowing headline
text-shadow: 2px 2px 8px #cf461b;
Soft neon halo
text-shadow: 0 0 14px rgba(207, 70, 27, 0.45);
box-shadow: 0 12px 32px -8px rgba(207, 70, 27, 0.45);
border: 3px solid #cf461b; background: linear-gradient(135deg, #cf461b, #CFBE1B);
Monochromatic scale
Palettes built from #cf461b
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: Mahogany (#c04000) — ΔE2000 4.8 away, with its history, psychology and brand usage.
#cf461b in the real world
Where a color in this family tends to land, and the interface roles it is usually asked to play.
Sits outside most CMYK gamuts — expect a duller press result, or specify a spot ink.
#cf461b, answered
What color is #cf461b?
#cf461b is a balanced electric red, closest to Red (ΔE2000 8.3). It sits at 14° on the hue wheel with 77% saturation and 46% lightness, which reads as warm.
What is the RGB value of #cf461b?
rgb(207, 70, 27) — 207 red, 70 green and 27 blue out of 255, or 81.2% / 27.5% / 10.6% by channel.
Is #cf461b a light or a dark color?
It is a dark color. Relative luminance is 0.1772 and perceived brightness is 49%, so white text on it reaches 4.62:1.
Should I use black or white text on #cf461b?
White. It scores 4.62:1 against #cf461b, versus 4.54:1 for black — AA at any size.
What is the complementary color of #cf461b?
#1BA4CF sits directly opposite on the wheel. Softer options are the split-complements #1BCFA0 and #1B4ACF, which give the same contrast with far less vibration.
What colors go well with #cf461b?
For interface work: #FAF6F4 as the surface, #EDCAC0 for borders, #9B5E4B for secondary text, #13B9B7 as an accent and #71260F for hover and pressed states. For a palette, the analogous pair #CF1B4A and #CFA01B stays calm, while #1BA4CF is the loudest partner.
What is #cf461b in CMYK for printing?
cmyk(0%, 66%, 87%, 19%). This is a screen-to-ink approximation — a color this saturated sits outside most CMYK gamuts and will print duller than it looks here.
Is #cf461b warm or cool?
Warm — it scores 9 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #CF591B; nudged cooler, #D11930.