#dfe652
a balanced, vivid yellow · cool · closest name: khaki
RGB
223, 230, 82
HSL
63°, 75%, 61%
CMYK
3, 0, 64, 10
Luminance
0.7289
Every format
| HEX | #dfe652 |
| RGB | rgb(223, 230, 82) |
| HSL | hsl(63, 75%, 61%) |
| CMYK | cmyk(3%, 0%, 64%, 10%) |
| LAB | lab(88.4 -20.5 68.5) |
| LCH | lch(88.4 71.5 106.6) |
| OKLCH | oklch(0.893 0.167 111.9) |
Copy-ready code
/* CSS */
color: #dfe652;
background-color: #dfe652;
/* Tailwind (arbitrary) */
class="text-[#dfe652] bg-[#dfe652]"
/* SCSS */
$brand: #dfe652;
/* SwiftUI */
Color(red: 0.875, green: 0.902, blue: 0.322)
/* Android */
Color.parseColor("#dfe652")Accessibility — WCAG contrast
Aa
#dfe652 on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfe652 on black: 15.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green90.2%
Blue32.2%
CMYK percentages
Cyan3.0%
Magenta0.0%
Yellow64.3%
Key (black)9.8%
Color previews
#dfe652 text on a black background
contrast 15.58:1
Card sample
#dfe652 text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfe652;
Background color
Panel with #dfe652 background
background-color: #dfe652;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfe652;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 230, 82, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 230, 82, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfe652; background: linear-gradient(135deg, #dfe652, #7DE652);