#db962f
a balanced, vivid orange · warm · closest name: Goldenrod
At a glance
Every number on this page in one read: what #db962f 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 | #db962f |
| RGB | rgb(219, 150, 47) |
| HSL | hsl(36, 71%, 52%) |
| CMYK | cmyk(0%, 32%, 79%, 14%) |
| LAB | lab(67.3 17.4 61.0) |
| LCH | lch(67.3 63.4 74.0) |
| OKLCH | oklch(0.725 0.139 72.2) |
| Decimal | 14390831 |
| Display P3 | color(display-p3 0.859 0.588 0.184) |
Copy-ready code
/* CSS */
color: #db962f;
background-color: #db962f;
/* Tailwind (arbitrary) */
class="text-[#db962f] bg-[#db962f]"
/* SCSS */
$brand: #db962f;
/* SwiftUI */
Color(red: 0.859, green: 0.588, blue: 0.184)
/* Android */
Color.parseColor("#db962f")
/* Flutter */
Color(0xFFDB962F)
/* Python / OpenCV (BGR) */
(47, 150, 219)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. #db962f 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: #FCF8F3;
--brand-100: #F8F1E7;
--brand-200: #F2E2C9;
--brand-300: #EECF9F;
--brand-400: #E6B770;
--brand-500: #db962f;
--brand-600: #D18B24;
--brand-700: #AE741E;
--brand-800: #8B5D18;
--brand-900: #654516;
--brand-950: #3F2B0D;
--brand: #db962f;
--brand-ink: #000000;
}Colors that work with #db962f
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 #db962f
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 | #2F74DB | Directly opposite — maximum tension | |
| Analogous left | #DB402F | Neighbour, quieter | |
| Analogous right | #CADB2F | Neighbour, quieter | |
| Split-complement 1 | #2FCADB | Contrast without the clash | |
| Split-complement 2 | #402FDB | Contrast without the clash | |
| Triadic 1 | #2FDB96 | Even thirds — balanced and loud | |
| Triadic 2 | #962FDB | Even thirds — balanced and loud | |
| Tetradic | #2FDB40 | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#db962f text on a black background
contrast 8.42:1
#db962f text on a white background
contrast 2.50:1
CSS3 live lab
The quick brown fox
color: #db962f;
background-color: #db962f;
Glowing headline
text-shadow: 2px 2px 8px #db962f;
Soft neon halo
text-shadow: 0 0 14px rgba(219, 150, 47, 0.45);
box-shadow: 0 12px 32px -8px rgba(219, 150, 47, 0.45);
border: 3px solid #db962f; background: linear-gradient(135deg, #db962f, #ADDB2F);
Monochromatic scale
Palettes built from #db962f
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 3.7 away, with its history, psychology and brand usage.
#db962f 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.
#db962f, answered
What color is #db962f?
#db962f is a balanced vivid orange, closest to Goldenrod (ΔE2000 7.2). It sits at 36° on the hue wheel with 71% saturation and 52% lightness, which reads as warm.
What is the RGB value of #db962f?
rgb(219, 150, 47) — 219 red, 150 green and 47 blue out of 255, or 85.9% / 58.8% / 18.4% by channel.
Is #db962f a light or a dark color?
It is a mid-tone. Relative luminance is 0.3708 and perceived brightness is 65%, so black text on it reaches 8.42:1.
Should I use black or white text on #db962f?
Black. It scores 8.42:1 against #db962f, versus 2.50:1 for white — AAA at any size.
What is the complementary color of #db962f?
#2F74DB sits directly opposite on the wheel. Softer options are the split-complements #2FCADB and #402FDB, which give the same contrast with far less vibration.
What colors go well with #db962f?
For interface work: #FAF8F4 as the surface, #EDDBC0 for borders, #9B7B4B for secondary text, #1A7DB2 as an accent and #6D4913 for hover and pressed states. For a palette, the analogous pair #DB402F and #CADB2F stays calm, while #2F74DB is the loudest partner.
What is #db962f in CMYK for printing?
cmyk(0%, 32%, 79%, 14%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.
Is #db962f warm or cool?
Warm — it scores 5 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #DB852F; nudged cooler, #DDD72D.