#ddf71e
a balanced, electric yellow · cool · closest name: yellow
RGB
221, 247, 30
HSL
67°, 93%, 54%
CMYK
11, 0, 88, 3
Luminance
0.8199
Every format
| HEX | #ddf71e |
| RGB | rgb(221, 247, 30) |
| HSL | hsl(67, 93%, 54%) |
| CMYK | cmyk(11%, 0%, 88%, 3%) |
| LAB | lab(92.6 -31.3 86.9) |
| LCH | lch(92.6 92.4 109.8) |
| OKLCH | oklch(0.925 0.209 117.3) |
Copy-ready code
/* CSS */
color: #ddf71e;
background-color: #ddf71e;
/* Tailwind (arbitrary) */
class="text-[#ddf71e] bg-[#ddf71e]"
/* SCSS */
$brand: #ddf71e;
/* SwiftUI */
Color(red: 0.867, green: 0.969, blue: 0.118)
/* Android */
Color.parseColor("#ddf71e")Accessibility — WCAG contrast
Aa
#ddf71e on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ddf71e on black: 17.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.7%
Green96.9%
Blue11.8%
CMYK percentages
Cyan10.5%
Magenta0.0%
Yellow87.9%
Key (black)3.1%
Color previews
#ddf71e text on a black background
contrast 17.40:1
Card sample
#ddf71e text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ddf71e;
Background color
Panel with #ddf71e background
background-color: #ddf71e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ddf71e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(221, 247, 30, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(221, 247, 30, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ddf71e; background: linear-gradient(135deg, #ddf71e, #4CF71E);