#daf14b
a balanced, electric yellow · cool · closest name: yellow
RGB
218, 241, 75
HSL
68°, 86%, 62%
CMYK
10, 0, 69, 6
Luminance
0.7832
Every format
| HEX | #daf14b |
| RGB | rgb(218, 241, 75) |
| HSL | hsl(68, 86%, 62%) |
| CMYK | cmyk(10%, 0%, 69%, 6%) |
| LAB | lab(90.9 -28.1 73.5) |
| LCH | lch(90.9 78.7 110.9) |
| OKLCH | oklch(0.912 0.184 117.1) |
Copy-ready code
/* CSS */
color: #daf14b;
background-color: #daf14b;
/* Tailwind (arbitrary) */
class="text-[#daf14b] bg-[#daf14b]"
/* SCSS */
$brand: #daf14b;
/* SwiftUI */
Color(red: 0.855, green: 0.945, blue: 0.294)
/* Android */
Color.parseColor("#daf14b")Accessibility — WCAG contrast
Aa
#daf14b on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#daf14b on black: 16.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.5%
Green94.5%
Blue29.4%
CMYK percentages
Cyan9.5%
Magenta0.0%
Yellow68.9%
Key (black)5.5%
Color previews
#daf14b text on a black background
contrast 16.66:1
Card sample
#daf14b text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #daf14b;
Background color
Panel with #daf14b background
background-color: #daf14b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #daf14b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(218, 241, 75, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(218, 241, 75, 0.45);
Border & gradient
Gradient panel
border: 3px solid #daf14b; background: linear-gradient(135deg, #daf14b, #6CF14B);