#cf902c
a balanced, vivid orange · warm · closest name: Dark Goldenrod
At a glance
Every number on this page in one read: what #cf902c 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 | #cf902c |
| RGB | rgb(207, 144, 44) |
| HSL | hsl(37, 65%, 49%) |
| CMYK | cmyk(0%, 30%, 79%, 19%) |
| LAB | lab(64.5 15.4 58.9) |
| LCH | lch(64.5 60.9 75.3) |
| OKLCH | oklch(0.699 0.133 73.9) |
| Decimal | 13602860 |
| Display P3 | color(display-p3 0.812 0.565 0.173) |
Copy-ready code
/* CSS */
color: #cf902c;
background-color: #cf902c;
/* Tailwind (arbitrary) */
class="text-[#cf902c] bg-[#cf902c]"
/* SCSS */
$brand: #cf902c;
/* SwiftUI */
Color(red: 0.812, green: 0.565, blue: 0.173)
/* Android */
Color.parseColor("#cf902c")
/* Flutter */
Color(0xFFCF902C)
/* Python / OpenCV (BGR) */
(44, 144, 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. #cf902c 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: #FBF8F3;
--brand-100: #F7F1E8;
--brand-200: #F1E2CB;
--brand-300: #EBCFA2;
--brand-400: #E1B774;
--brand-500: #D89F46;
--brand-600: #cf902c;
--brand-700: #A87524;
--brand-800: #875E1D;
--brand-900: #624519;
--brand-950: #3D2B0F;
--brand: #cf902c;
--brand-ink: #000000;
}Colors that work with #cf902c
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 #cf902c
Derived from its contrast, chroma and lightness — not from taste.
- ✓Text and icons on dark surfaces
- ✓Primary buttons and calls to action
- ✓Focus rings, active and selected states
- ✓Brand accents, badges and data highlights
- ⚠Text of any size on white — fails WCAG AA
- ⚠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 | #2C6BCF | Directly opposite — maximum tension | |
| Analogous left | #CF3E2C | Neighbour, quieter | |
| Analogous right | #BCCF2C | Neighbour, quieter | |
| Split-complement 1 | #2CBCCF | Contrast without the clash | |
| Split-complement 2 | #3E2CCF | Contrast without the clash | |
| Triadic 1 | #2CCF90 | Even thirds — balanced and loud | |
| Triadic 2 | #902CCF | Even thirds — balanced and loud | |
| Tetradic | #2CCF3E | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#cf902c text on a black background
contrast 7.68:1
#cf902c text on a white background
contrast 2.73:1
CSS3 live lab
The quick brown fox
color: #cf902c;
background-color: #cf902c;
Glowing headline
text-shadow: 2px 2px 8px #cf902c;
Soft neon halo
text-shadow: 0 0 14px rgba(207, 144, 44, 0.45);
box-shadow: 0 12px 32px -8px rgba(207, 144, 44, 0.45);
border: 3px solid #cf902c; background: linear-gradient(135deg, #cf902c, #A1CF2C);
Monochromatic scale
Palettes built from #cf902c
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: Butterscotch (#e3963e) — ΔE2000 5.4 away, with its history, psychology and brand usage.
#cf902c 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.
#cf902c, answered
What color is #cf902c?
#cf902c is a balanced vivid orange, closest to Dark Goldenrod (ΔE2000 6.1). It sits at 37° on the hue wheel with 65% saturation and 49% lightness, which reads as warm.
What is the RGB value of #cf902c?
rgb(207, 144, 44) — 207 red, 144 green and 44 blue out of 255, or 81.2% / 56.5% / 17.3% by channel.
Is #cf902c a light or a dark color?
It is a mid-tone. Relative luminance is 0.3339 and perceived brightness is 62%, so black text on it reaches 7.68:1.
Should I use black or white text on #cf902c?
Black. It scores 7.68:1 against #cf902c, versus 2.73:1 for white — AAA at any size.
What is the complementary color of #cf902c?
#2C6BCF sits directly opposite on the wheel. Softer options are the split-complements #2CBCCF and #3E2CCF, which give the same contrast with far less vibration.
What colors go well with #cf902c?
For interface work: #FAF8F4 as the surface, #EDDBC0 for borders, #9B7C4B for secondary text, #2795D4 as an accent and #694916 for hover and pressed states. For a palette, the analogous pair #CF3E2C and #BCCF2C stays calm, while #2C6BCF is the loudest partner.
What is #cf902c in CMYK for printing?
cmyk(0%, 30%, 79%, 19%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.
Is #cf902c warm or cool?
Warm — it scores 6 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #CF7E2C; nudged cooler, #D1CE2A.