#dffc2f
a balanced, electric yellow · cool · closest name: yellow
RGB
223, 252, 47
HSL
69°, 97%, 59%
CMYK
12, 0, 81, 1
Luminance
0.8551
Every format
| HEX | #dffc2f |
| RGB | rgb(223, 252, 47) |
| HSL | hsl(69, 97%, 59%) |
| CMYK | cmyk(12%, 0%, 81%, 1%) |
| LAB | lab(94.1 -32.4 84.9) |
| LCH | lch(94.1 90.8 110.9) |
| OKLCH | oklch(0.938 0.208 118.1) |
Copy-ready code
/* CSS */
color: #dffc2f;
background-color: #dffc2f;
/* Tailwind (arbitrary) */
class="text-[#dffc2f] bg-[#dffc2f]"
/* SCSS */
$brand: #dffc2f;
/* SwiftUI */
Color(red: 0.875, green: 0.988, blue: 0.184)
/* Android */
Color.parseColor("#dffc2f")Accessibility — WCAG contrast
Aa
#dffc2f on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dffc2f on black: 18.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green98.8%
Blue18.4%
CMYK percentages
Cyan11.5%
Magenta0.0%
Yellow81.3%
Key (black)1.2%
Color previews
#dffc2f text on a black background
contrast 18.10:1
Card sample
#dffc2f text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dffc2f;
Background color
Panel with #dffc2f background
background-color: #dffc2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dffc2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 252, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 252, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dffc2f; background: linear-gradient(135deg, #dffc2f, #56FC2F);