#ce511f
a balanced, vivid orange · warm · closest name: Chocolate
At a glance
Every number on this page in one read: what #ce511f 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 | #ce511f |
| RGB | rgb(206, 81, 31) |
| HSL | hsl(17, 74%, 47%) |
| CMYK | cmyk(0%, 61%, 85%, 19%) |
| LAB | lab(50.8 47.2 51.8) |
| LCH | lch(50.8 70.1 47.6) |
| OKLCH | oklch(0.594 0.170 39.8) |
| Decimal | 13521183 |
| Display P3 | color(display-p3 0.808 0.318 0.122) |
Copy-ready code
/* CSS */
color: #ce511f;
background-color: #ce511f;
/* Tailwind (arbitrary) */
class="text-[#ce511f] bg-[#ce511f]"
/* SCSS */
$brand: #ce511f;
/* SwiftUI */
Color(red: 0.808, green: 0.318, blue: 0.122)
/* Android */
Color.parseColor("#ce511f")
/* Flutter */
Color(0xFFCE511F)
/* Python / OpenCV (BGR) */
(31, 81, 206)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. #ce511f 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: #F9ECE7;
--brand-200: #F3D5C8;
--brand-300: #F0B59D;
--brand-400: #E9906D;
--brand-500: #E26B3C;
--brand-600: #ce511f;
--brand-700: #B1461B;
--brand-800: #8E3815;
--brand-900: #672B14;
--brand-950: #401B0C;
--brand: #ce511f;
--brand-ink: #000000;
}Colors that work with #ce511f
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 #ce511f
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 | #1F9CCE | Directly opposite — maximum tension | |
| Analogous left | #CE1F45 | Neighbour, quieter | |
| Analogous right | #CEA81F | Neighbour, quieter | |
| Split-complement 1 | #1FCEA8 | Contrast without the clash | |
| Split-complement 2 | #1F45CE | Contrast without the clash | |
| Triadic 1 | #1FCE51 | Even thirds — balanced and loud | |
| Triadic 2 | #511FCE | Even thirds — balanced and loud | |
| Tetradic | #45CE1F | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#ce511f text on a black background
contrast 4.82:1
#ce511f text on a white background
contrast 4.36:1
CSS3 live lab
The quick brown fox
color: #ce511f;
background-color: #ce511f;
Glowing headline
text-shadow: 2px 2px 8px #ce511f;
Soft neon halo
text-shadow: 0 0 14px rgba(206, 81, 31, 0.45);
box-shadow: 0 12px 32px -8px rgba(206, 81, 31, 0.45);
border: 3px solid #ce511f; background: linear-gradient(135deg, #ce511f, #CEC61F);
Monochromatic scale
Palettes built from #ce511f
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: Burnt Orange (#cc5500) — ΔE2000 4.9 away, with its history, psychology and brand usage.
#ce511f 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.
#ce511f, answered
What color is #ce511f?
#ce511f is a balanced vivid orange, closest to Chocolate (ΔE2000 8.4). It sits at 17° on the hue wheel with 74% saturation and 47% lightness, which reads as warm.
What is the RGB value of #ce511f?
rgb(206, 81, 31) — 206 red, 81 green and 31 blue out of 255, or 80.8% / 31.8% / 12.2% by channel.
Is #ce511f a light or a dark color?
It is a mid-tone. Relative luminance is 0.1911 and perceived brightness is 51%, so black text on it reaches 4.82:1.
Should I use black or white text on #ce511f?
Black. It scores 4.82:1 against #ce511f, versus 4.36:1 for white — AA at any size.
What is the complementary color of #ce511f?
#1F9CCE sits directly opposite on the wheel. Softer options are the split-complements #1FCEA8 and #1F45CE, which give the same contrast with far less vibration.
What colors go well with #ce511f?
For interface work: #FAF6F4 as the surface, #EDCDC0 for borders, #9B614B for secondary text, #16B0B6 as an accent and #6F2C11 for hover and pressed states. For a palette, the analogous pair #CE1F45 and #CEA81F stays calm, while #1F9CCE is the loudest partner.
What is #ce511f in CMYK for printing?
cmyk(0%, 61%, 85%, 19%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.
Is #ce511f warm or cool?
Warm — it scores 7 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #DF6B28; nudged cooler, #D01D2B.