#dafd0d
a balanced, electric yellow · cool · closest name: yellow
RGB
218, 253, 13
HSL
69°, 98%, 52%
CMYK
14, 0, 95, 1
Luminance
0.8519
Every format
| HEX | #dafd0d |
| RGB | rgb(218, 253, 13) |
| HSL | hsl(69, 98%, 52%) |
| CMYK | cmyk(14%, 0%, 95%, 1%) |
| LAB | lab(94.0 -35.5 90.0) |
| LCH | lch(94.0 96.7 111.5) |
| OKLCH | oklch(0.936 0.219 119.4) |
Copy-ready code
/* CSS */
color: #dafd0d;
background-color: #dafd0d;
/* Tailwind (arbitrary) */
class="text-[#dafd0d] bg-[#dafd0d]"
/* SCSS */
$brand: #dafd0d;
/* SwiftUI */
Color(red: 0.855, green: 0.992, blue: 0.051)
/* Android */
Color.parseColor("#dafd0d")Accessibility — WCAG contrast
Aa
#dafd0d on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dafd0d on black: 18.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.5%
Green99.2%
Blue5.1%
CMYK percentages
Cyan13.8%
Magenta0.0%
Yellow94.9%
Key (black)0.8%
Color previews
#dafd0d text on a black background
contrast 18.04:1
Card sample
#dafd0d text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dafd0d;
Background color
Panel with #dafd0d background
background-color: #dafd0d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dafd0d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(218, 253, 13, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(218, 253, 13, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dafd0d; background: linear-gradient(135deg, #dafd0d, #3AFD0D);