#def84a
a balanced, electric yellow · cool · closest name: yellow
RGB
222, 248, 74
HSL
69°, 93%, 63%
CMYK
11, 0, 70, 3
Luminance
0.8316
Every format
| HEX | #def84a |
| RGB | rgb(222, 248, 74) |
| HSL | hsl(69, 93%, 63%) |
| CMYK | cmyk(11%, 0%, 70%, 3%) |
| LAB | lab(93.1 -29.8 76.1) |
| LCH | lch(93.1 81.7 111.4) |
| OKLCH | oklch(0.930 0.192 117.7) |
Copy-ready code
/* CSS */
color: #def84a;
background-color: #def84a;
/* Tailwind (arbitrary) */
class="text-[#def84a] bg-[#def84a]"
/* SCSS */
$brand: #def84a;
/* SwiftUI */
Color(red: 0.871, green: 0.973, blue: 0.290)
/* Android */
Color.parseColor("#def84a")Accessibility — WCAG contrast
Aa
#def84a on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#def84a on black: 17.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.1%
Green97.3%
Blue29.0%
CMYK percentages
Cyan10.5%
Magenta0.0%
Yellow70.2%
Key (black)2.7%
Color previews
#def84a text on a black background
contrast 17.63:1
Card sample
#def84a text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #def84a;
Background color
Panel with #def84a background
background-color: #def84a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #def84a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(222, 248, 74, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(222, 248, 74, 0.45);
Border & gradient
Gradient panel
border: 3px solid #def84a; background: linear-gradient(135deg, #def84a, #6AF84A);