#dfee2b
a balanced, electric yellow · cool · closest name: yellow
RGB
223, 238, 43
HSL
65°, 85%, 55%
CMYK
6, 0, 82, 7
Luminance
0.7701
Every format
| HEX | #dfee2b |
| RGB | rgb(223, 238, 43) |
| HSL | hsl(65, 85%, 55%) |
| CMYK | cmyk(6%, 0%, 82%, 7%) |
| LAB | lab(90.3 -26.0 82.6) |
| LCH | lch(90.3 86.6 107.5) |
| OKLCH | oklch(0.908 0.196 114.4) |
Copy-ready code
/* CSS */
color: #dfee2b;
background-color: #dfee2b;
/* Tailwind (arbitrary) */
class="text-[#dfee2b] bg-[#dfee2b]"
/* SCSS */
$brand: #dfee2b;
/* SwiftUI */
Color(red: 0.875, green: 0.933, blue: 0.169)
/* Android */
Color.parseColor("#dfee2b")Accessibility — WCAG contrast
Aa
#dfee2b on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfee2b on black: 16.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green93.3%
Blue16.9%
CMYK percentages
Cyan6.3%
Magenta0.0%
Yellow81.9%
Key (black)6.7%
Color previews
#dfee2b text on a black background
contrast 16.40:1
Card sample
#dfee2b text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfee2b;
Background color
Panel with #dfee2b background
background-color: #dfee2b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfee2b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 238, 43, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 238, 43, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfee2b; background: linear-gradient(135deg, #dfee2b, #5DEE2B);