#dfe352
a balanced, vivid yellow · cool · closest name: khaki
RGB
223, 227, 82
HSL
62°, 72%, 61%
CMYK
2, 0, 64, 11
Luminance
0.7124
Every format
| HEX | #dfe352 |
| RGB | rgb(223, 227, 82) |
| HSL | hsl(62, 72%, 61%) |
| CMYK | cmyk(2%, 0%, 64%, 11%) |
| LAB | lab(87.6 -19.0 67.7) |
| LCH | lch(87.6 70.3 105.7) |
| OKLCH | oklch(0.887 0.164 110.8) |
Copy-ready code
/* CSS */
color: #dfe352;
background-color: #dfe352;
/* Tailwind (arbitrary) */
class="text-[#dfe352] bg-[#dfe352]"
/* SCSS */
$brand: #dfe352;
/* SwiftUI */
Color(red: 0.875, green: 0.890, blue: 0.322)
/* Android */
Color.parseColor("#dfe352")Accessibility — WCAG contrast
Aa
#dfe352 on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfe352 on black: 15.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green89.0%
Blue32.2%
CMYK percentages
Cyan1.8%
Magenta0.0%
Yellow63.9%
Key (black)11.0%
Color previews
#dfe352 text on a black background
contrast 15.25:1
Card sample
#dfe352 text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfe352;
Background color
Panel with #dfe352 background
background-color: #dfe352;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfe352;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 227, 82, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 227, 82, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfe352; background: linear-gradient(135deg, #dfe352, #7EE352);