#cf8014
a dark, electric orange · warm · closest name: Peru
At a glance
Every number on this page in one read: what #cf8014 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 | #cf8014 |
| RGB | rgb(207, 128, 20) |
| HSL | hsl(35, 82%, 45%) |
| CMYK | cmyk(0%, 38%, 90%, 19%) |
| LAB | lab(60.6 23.4 63.1) |
| LCH | lch(60.6 67.4 69.6) |
| OKLCH | oklch(0.669 0.144 66.2) |
| Decimal | 13598740 |
| Display P3 | color(display-p3 0.812 0.502 0.078) |
Copy-ready code
/* CSS */
color: #cf8014;
background-color: #cf8014;
/* Tailwind (arbitrary) */
class="text-[#cf8014] bg-[#cf8014]"
/* SCSS */
$brand: #cf8014;
/* SwiftUI */
Color(red: 0.812, green: 0.502, blue: 0.078)
/* Android */
Color.parseColor("#cf8014")
/* Flutter */
Color(0xFFCF8014)
/* Python / OpenCV (BGR) */
(20, 128, 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. #cf8014 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: #FCF8F2;
--brand-100: #FAF1E6;
--brand-200: #F6E2C6;
--brand-300: #F5CE99;
--brand-400: #F0B666;
--brand-500: #EB9D32;
--brand-600: #cf8014;
--brand-700: #BA7312;
--brand-800: #955C0E;
--brand-900: #6C440F;
--brand-950: #432B09;
--brand: #cf8014;
--brand-ink: #000000;
}Colors that work with #cf8014
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 #cf8014
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
- ✓Headers, footers and dark-mode surfaces
- ✓Brand accents, badges and data highlights
- ⚠Small text on white — under 4.5:1
- ⚠Full-page backgrounds — tiring over long sessions
- ⚠Black text placed on it
- ⚠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 | #1463CF | Directly opposite — maximum tension | |
| Analogous left | #CF2314 | Neighbour, quieter | |
| Analogous right | #C0CF14 | Neighbour, quieter | |
| Split-complement 1 | #14C0CF | Contrast without the clash | |
| Split-complement 2 | #2314CF | Contrast without the clash | |
| Triadic 1 | #14CF80 | Even thirds — balanced and loud | |
| Triadic 2 | #8014CF | Even thirds — balanced and loud | |
| Tetradic | #14CF23 | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#cf8014 text on a black background
contrast 6.75:1
#cf8014 text on a white background
contrast 3.11:1
CSS3 live lab
The quick brown fox
color: #cf8014;
background-color: #cf8014;
Glowing headline
text-shadow: 2px 2px 8px #cf8014;
Soft neon halo
text-shadow: 0 0 14px rgba(207, 128, 20, 0.45);
box-shadow: 0 12px 32px -8px rgba(207, 128, 20, 0.45);
border: 3px solid #cf8014; background: linear-gradient(135deg, #cf8014, #A1CF14);
Monochromatic scale
Palettes built from #cf8014
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: Bronze (#cd7f32) — ΔE2000 4 away, with its history, psychology and brand usage.
#cf8014 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.
#cf8014, answered
What color is #cf8014?
#cf8014 is a dark electric orange, closest to Peru (ΔE2000 4.9). It sits at 35° on the hue wheel with 82% saturation and 45% lightness, which reads as warm.
What is the RGB value of #cf8014?
rgb(207, 128, 20) — 207 red, 128 green and 20 blue out of 255, or 81.2% / 50.2% / 7.8% by channel.
Is #cf8014 a light or a dark color?
It is a mid-tone. Relative luminance is 0.2875 and perceived brightness is 59%, so black text on it reaches 6.75:1.
Should I use black or white text on #cf8014?
Black. It scores 6.75:1 against #cf8014, versus 3.11:1 for white — AA at any size.
What is the complementary color of #cf8014?
#1463CF sits directly opposite on the wheel. Softer options are the split-complements #14C0CF and #2314CF, which give the same contrast with far less vibration.
What colors go well with #cf8014?
For interface work: #FAF8F4 as the surface, #EDDAC0 for borders, #9B794B for secondary text, #0F93D4 as an accent and #74480B for hover and pressed states. For a palette, the analogous pair #CF2314 and #C0CF14 stays calm, while #1463CF is the loudest partner.
What is #cf8014 in CMYK for printing?
cmyk(0%, 38%, 90%, 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 #cf8014 warm or cool?
Warm — it scores 4 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #E67D16; nudged cooler, #D1C712.