#dfdc66
a balanced, vivid yellow · warm · closest name: Khaki
At a glance
Every number on this page in one read: what #dfdc66 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 | #dfdc66 |
| RGB | rgb(223, 220, 102) |
| HSL | hsl(59, 65%, 64%) |
| CMYK | cmyk(0%, 1%, 54%, 13%) |
| LAB | lab(85.9 -14.2 57.3) |
| LCH | lch(85.9 59.1 103.9) |
| OKLCH | oklch(0.874 0.140 107.6) |
| Decimal | 14670950 |
| Display P3 | color(display-p3 0.875 0.863 0.400) |
Copy-ready code
/* CSS */
color: #dfdc66;
background-color: #dfdc66;
/* Tailwind (arbitrary) */
class="text-[#dfdc66] bg-[#dfdc66]"
/* SCSS */
$brand: #dfdc66;
/* SwiftUI */
Color(red: 0.875, green: 0.863, blue: 0.400)
/* Android */
Color.parseColor("#dfdc66")
/* Flutter */
Color(0xFFDFDC66)
/* Python / OpenCV (BGR) */
(102, 220, 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. #dfdc66 is pinned to step 400; the rest hold its hue and let saturation ease off at the extremes so the pale end never turns neon.
:root {
--brand-50: #FBFBF3;
--brand-100: #F8F7E8;
--brand-200: #F1F0CB;
--brand-300: #ECEAA2;
--brand-400: #dfdc66;
--brand-500: #D8D545;
--brand-600: #CAC62A;
--brand-700: #A9A523;
--brand-800: #87841C;
--brand-900: #626018;
--brand-950: #3D3C0F;
--brand: #dfdc66;
--brand-ink: #000000;
}Colors that work with #dfdc66
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 #dfdc66
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
- ⚠Thin strokes and 1px borders — they disappear on light UI
- ⚠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 | #6669DF | Directly opposite — maximum tension | |
| Analogous left | #DF9F66 | Neighbour, quieter | |
| Analogous right | #A5DF66 | Neighbour, quieter | |
| Split-complement 1 | #66A5DF | Contrast without the clash | |
| Split-complement 2 | #9F66DF | Contrast without the clash | |
| Triadic 1 | #66DFDC | Even thirds — balanced and loud | |
| Triadic 2 | #DC66DF | Even thirds — balanced and loud | |
| Tetradic | #66DF9F | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#dfdc66 text on a black background
contrast 14.57:1
#dfdc66 text on a white background
contrast 1.44:1
CSS3 live lab
The quick brown fox
color: #dfdc66;
background-color: #dfdc66;
Glowing headline
text-shadow: 2px 2px 8px #dfdc66;
Soft neon halo
text-shadow: 0 0 14px rgba(223, 220, 102, 0.45);
box-shadow: 0 12px 32px -8px rgba(223, 220, 102, 0.45);
border: 3px solid #dfdc66; background: linear-gradient(135deg, #dfdc66, #91DF66);
Monochromatic scale
Palettes built from #dfdc66
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: Dandelion (#f0e130) — ΔE2000 6.5 away, with its history, psychology and brand usage.
#dfdc66 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.
#dfdc66, answered
What color is #dfdc66?
#dfdc66 is a balanced vivid yellow, closest to Khaki (ΔE2000 5). It sits at 59° on the hue wheel with 65% saturation and 64% lightness, which reads as warm.
What is the RGB value of #dfdc66?
rgb(223, 220, 102) — 223 red, 220 green and 102 blue out of 255, or 87.5% / 86.3% / 40% by channel.
Is #dfdc66 a light or a dark color?
It is a light color. Relative luminance is 0.6783 and perceived brightness is 83%, so black text on it reaches 14.57:1.
Should I use black or white text on #dfdc66?
Black. It scores 14.57:1 against #dfdc66, versus 1.44:1 for white — AAA at any size.
What is the complementary color of #dfdc66?
#6669DF sits directly opposite on the wheel. Softer options are the split-complements #66A5DF and #9F66DF, which give the same contrast with far less vibration.
What colors go well with #dfdc66?
For interface work: #FAFAF4 as the surface, #EDECC0 for borders, #9B994B for secondary text, #6286E3 as an accent and #696716 for hover and pressed states. For a palette, the analogous pair #DF9F66 and #A5DF66 stays calm, while #6669DF is the loudest partner.
What is #dfdc66 in CMYK for printing?
cmyk(0%, 1%, 54%, 13%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.
Is #dfdc66 warm or cool?
Warm — it scores 24 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #DFB066; nudged cooler, #B6E164.