#df9929
a balanced, vivid orange · warm · closest name: Orange
At a glance
Every number on this page in one read: what #df9929 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 | #df9929 |
| RGB | rgb(223, 153, 41) |
| HSL | hsl(37, 74%, 52%) |
| CMYK | cmyk(0%, 31%, 82%, 13%) |
| LAB | lab(68.5 17.4 64.3) |
| LCH | lch(68.5 66.6 74.9) |
| OKLCH | oklch(0.735 0.144 73.3) |
| Decimal | 14653737 |
| Display P3 | color(display-p3 0.875 0.600 0.161) |
Copy-ready code
/* CSS */
color: #df9929;
background-color: #df9929;
/* Tailwind (arbitrary) */
class="text-[#df9929] bg-[#df9929]"
/* SCSS */
$brand: #df9929;
/* SwiftUI */
Color(red: 0.875, green: 0.600, blue: 0.161)
/* Android */
Color.parseColor("#df9929")
/* Flutter */
Color(0xFFDF9929)
/* Python / OpenCV (BGR) */
(41, 153, 223)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. #df9929 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: #FCF8F3;
--brand-100: #F9F2E7;
--brand-200: #F3E3C8;
--brand-300: #F0D09D;
--brand-400: #E9B96D;
--brand-500: #E2A23C;
--brand-600: #df9929;
--brand-700: #B1771B;
--brand-800: #8E5F15;
--brand-900: #674714;
--brand-950: #402C0C;
--brand: #df9929;
--brand-ink: #000000;
}Colors that work with #df9929
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 #df9929
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 | #296FDF | Directly opposite — maximum tension | |
| Analogous left | #DF3E29 | Neighbour, quieter | |
| Analogous right | #CADF29 | Neighbour, quieter | |
| Split-complement 1 | #29CADF | Contrast without the clash | |
| Split-complement 2 | #3E29DF | Contrast without the clash | |
| Triadic 1 | #29DF99 | Even thirds — balanced and loud | |
| Triadic 2 | #9929DF | Even thirds — balanced and loud | |
| Tetradic | #29DF3E | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#df9929 text on a black background
contrast 8.73:1
#df9929 text on a white background
contrast 2.41:1
CSS3 live lab
The quick brown fox
color: #df9929;
background-color: #df9929;
Glowing headline
text-shadow: 2px 2px 8px #df9929;
Soft neon halo
text-shadow: 0 0 14px rgba(223, 153, 41, 0.45);
box-shadow: 0 12px 32px -8px rgba(223, 153, 41, 0.45);
border: 3px solid #df9929; background: linear-gradient(135deg, #df9929, #ACDF29);
Monochromatic scale
Palettes built from #df9929
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: Marigold (#eaa221) — ΔE2000 3.1 away, with its history, psychology and brand usage.
#df9929 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.
#df9929, answered
What color is #df9929?
#df9929 is a balanced vivid orange, closest to Orange (ΔE2000 6.3). It sits at 37° on the hue wheel with 74% saturation and 52% lightness, which reads as warm.
What is the RGB value of #df9929?
rgb(223, 153, 41) — 223 red, 153 green and 41 blue out of 255, or 87.5% / 60% / 16.1% by channel.
Is #df9929 a light or a dark color?
It is a mid-tone. Relative luminance is 0.3863 and perceived brightness is 67%, so black text on it reaches 8.73:1.
Should I use black or white text on #df9929?
Black. It scores 8.73:1 against #df9929, versus 2.41:1 for white — AAA at any size.
What is the complementary color of #df9929?
#296FDF sits directly opposite on the wheel. Softer options are the split-complements #29CADF and #3E29DF, which give the same contrast with far less vibration.
What colors go well with #df9929?
For interface work: #FAF8F4 as the surface, #EDDBC0 for borders, #9B7C4B for secondary text, #167BB6 as an accent and #6F4B11 for hover and pressed states. For a palette, the analogous pair #DF3E29 and #CADF29 stays calm, while #296FDF is the loudest partner.
What is #df9929 in CMYK for printing?
cmyk(0%, 31%, 82%, 13%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.
Is #df9929 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 #DF8629; nudged cooler, #E2DE27.