#dafd1f
a balanced, electric yellow · cool · closest name: yellow
RGB
218, 253, 31
HSL
70°, 98%, 56%
CMYK
14, 0, 88, 1
Luminance
0.8525
Every format
| HEX | #dafd1f |
| RGB | rgb(218, 253, 31) |
| HSL | hsl(70, 98%, 56%) |
| CMYK | cmyk(14%, 0%, 88%, 1%) |
| LAB | lab(94.0 -35.2 87.8) |
| LCH | lch(94.0 94.6 111.8) |
| OKLCH | oklch(0.936 0.216 119.5) |
Copy-ready code
/* CSS */
color: #dafd1f;
background-color: #dafd1f;
/* Tailwind (arbitrary) */
class="text-[#dafd1f] bg-[#dafd1f]"
/* SCSS */
$brand: #dafd1f;
/* SwiftUI */
Color(red: 0.855, green: 0.992, blue: 0.122)
/* Android */
Color.parseColor("#dafd1f")Accessibility — WCAG contrast
Aa
#dafd1f on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dafd1f on black: 18.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.5%
Green99.2%
Blue12.2%
CMYK percentages
Cyan13.8%
Magenta0.0%
Yellow87.7%
Key (black)0.8%
Color previews
#dafd1f text on a black background
contrast 18.05:1
Card sample
#dafd1f text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dafd1f;
Background color
Panel with #dafd1f background
background-color: #dafd1f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dafd1f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(218, 253, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(218, 253, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dafd1f; background: linear-gradient(135deg, #dafd1f, #46FD1F);