#ddf74e
a balanced, electric yellow · cool · closest name: yellow
RGB
221, 247, 78
HSL
69°, 91%, 64%
CMYK
11, 0, 68, 3
Luminance
0.8244
Every format
| HEX | #ddf74e |
| RGB | rgb(221, 247, 78) |
| HSL | hsl(69, 91%, 64%) |
| CMYK | cmyk(11%, 0%, 68%, 3%) |
| LAB | lab(92.8 -29.6 74.4) |
| LCH | lch(92.8 80.0 111.7) |
| OKLCH | oklch(0.927 0.188 117.8) |
Copy-ready code
/* CSS */
color: #ddf74e;
background-color: #ddf74e;
/* Tailwind (arbitrary) */
class="text-[#ddf74e] bg-[#ddf74e]"
/* SCSS */
$brand: #ddf74e;
/* SwiftUI */
Color(red: 0.867, green: 0.969, blue: 0.306)
/* Android */
Color.parseColor("#ddf74e")Accessibility — WCAG contrast
Aa
#ddf74e on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ddf74e on black: 17.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.7%
Green96.9%
Blue30.6%
CMYK percentages
Cyan10.5%
Magenta0.0%
Yellow68.4%
Key (black)3.1%
Color previews
#ddf74e text on a black background
contrast 17.49:1
Card sample
#ddf74e text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ddf74e;
Background color
Panel with #ddf74e background
background-color: #ddf74e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ddf74e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(221, 247, 78, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(221, 247, 78, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ddf74e; background: linear-gradient(135deg, #ddf74e, #6CF74E);