#d1ef1d
a balanced, electric yellow · cool · closest name: yellow
RGB
209, 239, 29
HSL
69°, 87%, 53%
CMYK
13, 0, 88, 6
Luminance
0.7538
Every format
| HEX | #d1ef1d |
| RGB | rgb(209, 239, 29) |
| HSL | hsl(69, 87%, 53%) |
| CMYK | cmyk(13%, 0%, 88%, 6%) |
| LAB | lab(89.6 -32.5 84.3) |
| LCH | lch(89.6 90.4 111.0) |
| OKLCH | oklch(0.899 0.206 118.6) |
Copy-ready code
/* CSS */
color: #d1ef1d;
background-color: #d1ef1d;
/* Tailwind (arbitrary) */
class="text-[#d1ef1d] bg-[#d1ef1d]"
/* SCSS */
$brand: #d1ef1d;
/* SwiftUI */
Color(red: 0.820, green: 0.937, blue: 0.114)
/* Android */
Color.parseColor("#d1ef1d")Accessibility — WCAG contrast
Aa
#d1ef1d on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d1ef1d on black: 16.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.0%
Green93.7%
Blue11.4%
CMYK percentages
Cyan12.6%
Magenta0.0%
Yellow87.9%
Key (black)6.3%
Color previews
#d1ef1d text on a black background
contrast 16.08:1
Card sample
#d1ef1d text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d1ef1d;
Background color
Panel with #d1ef1d background
background-color: #d1ef1d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d1ef1d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(209, 239, 29, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(209, 239, 29, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d1ef1d; background: linear-gradient(135deg, #d1ef1d, #45EF1D);