#dfff3c
a balanced, electric yellow · cool · closest name: yellow
RGB
223, 255, 60
HSL
70°, 100%, 62%
CMYK
13, 0, 77, 0
Luminance
0.8753
Every format
| HEX | #dfff3c |
| RGB | rgb(223, 255, 60) |
| HSL | hsl(70, 100%, 62%) |
| CMYK | cmyk(13%, 0%, 77%, 0%) |
| LAB | lab(95.0 -33.3 82.3) |
| LCH | lch(95.0 88.8 112.0) |
| OKLCH | oklch(0.945 0.206 119.0) |
Copy-ready code
/* CSS */
color: #dfff3c;
background-color: #dfff3c;
/* Tailwind (arbitrary) */
class="text-[#dfff3c] bg-[#dfff3c]"
/* SCSS */
$brand: #dfff3c;
/* SwiftUI */
Color(red: 0.875, green: 1.000, blue: 0.235)
/* Android */
Color.parseColor("#dfff3c")Accessibility — WCAG contrast
Aa
#dfff3c on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfff3c on black: 18.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green100.0%
Blue23.5%
CMYK percentages
Cyan12.5%
Magenta0.0%
Yellow76.5%
Key (black)0.0%
Color previews
#dfff3c text on a black background
contrast 18.51:1
Card sample
#dfff3c text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfff3c;
Background color
Panel with #dfff3c background
background-color: #dfff3c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfff3c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 255, 60, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 255, 60, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfff3c; background: linear-gradient(135deg, #dfff3c, #5DFF3C);