#def35d
a light, electric yellow · cool · closest name: yellow
RGB
222, 243, 93
HSL
68°, 86%, 66%
CMYK
9, 0, 62, 5
Luminance
0.8042
Every format
| HEX | #def35d |
| RGB | rgb(222, 243, 93) |
| HSL | hsl(68, 86%, 66%) |
| CMYK | cmyk(9%, 0%, 62%, 5%) |
| LAB | lab(91.9 -26.4 67.8) |
| LCH | lch(91.9 72.7 111.3) |
| OKLCH | oklch(0.921 0.173 116.7) |
Copy-ready code
/* CSS */
color: #def35d;
background-color: #def35d;
/* Tailwind (arbitrary) */
class="text-[#def35d] bg-[#def35d]"
/* SCSS */
$brand: #def35d;
/* SwiftUI */
Color(red: 0.871, green: 0.953, blue: 0.365)
/* Android */
Color.parseColor("#def35d")Accessibility — WCAG contrast
Aa
#def35d on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#def35d on black: 17.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.1%
Green95.3%
Blue36.5%
CMYK percentages
Cyan8.6%
Magenta0.0%
Yellow61.7%
Key (black)4.7%
Color previews
#def35d text on a black background
contrast 17.08:1
Card sample
#def35d text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #def35d;
Background color
Panel with #def35d background
background-color: #def35d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #def35d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(222, 243, 93, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(222, 243, 93, 0.45);
Border & gradient
Gradient panel
border: 3px solid #def35d; background: linear-gradient(135deg, #def35d, #7AF35D);