#dfec2b
a balanced, electric yellow · cool · closest name: yellow
RGB
223, 236, 43
HSL
64°, 84%, 55%
CMYK
6, 0, 82, 8
Luminance
0.7585
Every format
| HEX | #dfec2b |
| RGB | rgb(223, 236, 43) |
| HSL | hsl(64, 84%, 55%) |
| CMYK | cmyk(6%, 0%, 82%, 8%) |
| LAB | lab(89.8 -25.0 82.1) |
| LCH | lch(89.8 85.9 106.9) |
| OKLCH | oklch(0.903 0.194 113.8) |
Copy-ready code
/* CSS */
color: #dfec2b;
background-color: #dfec2b;
/* Tailwind (arbitrary) */
class="text-[#dfec2b] bg-[#dfec2b]"
/* SCSS */
$brand: #dfec2b;
/* SwiftUI */
Color(red: 0.875, green: 0.925, blue: 0.169)
/* Android */
Color.parseColor("#dfec2b")Accessibility — WCAG contrast
Aa
#dfec2b on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfec2b on black: 16.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green92.5%
Blue16.9%
CMYK percentages
Cyan5.5%
Magenta0.0%
Yellow81.8%
Key (black)7.5%
Color previews
#dfec2b text on a black background
contrast 16.17:1
Card sample
#dfec2b text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfec2b;
Background color
Panel with #dfec2b background
background-color: #dfec2b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfec2b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 236, 43, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 236, 43, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfec2b; background: linear-gradient(135deg, #dfec2b, #5EEC2B);