#dffc3e
a balanced, electric yellow · cool · closest name: yellow
RGB
223, 252, 62
HSL
69°, 97%, 62%
CMYK
12, 0, 75, 1
Luminance
0.8566
Every format
| HEX | #dffc3e |
| RGB | rgb(223, 252, 62) |
| HSL | hsl(69, 97%, 62%) |
| CMYK | cmyk(12%, 0%, 75%, 1%) |
| LAB | lab(94.2 -31.8 81.0) |
| LCH | lch(94.2 87.0 111.5) |
| OKLCH | oklch(0.939 0.202 118.3) |
Copy-ready code
/* CSS */
color: #dffc3e;
background-color: #dffc3e;
/* Tailwind (arbitrary) */
class="text-[#dffc3e] bg-[#dffc3e]"
/* SCSS */
$brand: #dffc3e;
/* SwiftUI */
Color(red: 0.875, green: 0.988, blue: 0.243)
/* Android */
Color.parseColor("#dffc3e")Accessibility — WCAG contrast
Aa
#dffc3e on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dffc3e on black: 18.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green98.8%
Blue24.3%
CMYK percentages
Cyan11.5%
Magenta0.0%
Yellow75.4%
Key (black)1.2%
Color previews
#dffc3e text on a black background
contrast 18.13:1
Card sample
#dffc3e text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dffc3e;
Background color
Panel with #dffc3e background
background-color: #dffc3e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dffc3e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 252, 62, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 252, 62, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dffc3e; background: linear-gradient(135deg, #dffc3e, #60FC3E);