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