#d1eb02
a balanced, electric yellow · cool · closest name: yellow
RGB
209, 235, 2
HSL
67°, 98%, 47%
CMYK
11, 0, 99, 8
Luminance
0.7298
Every format
| HEX | #d1eb02 |
| RGB | rgb(209, 235, 2) |
| HSL | hsl(67, 98%, 47%) |
| CMYK | cmyk(11%, 0%, 99%, 8%) |
| LAB | lab(88.4 -30.9 86.4) |
| LCH | lch(88.4 91.8 109.7) |
| OKLCH | oklch(0.890 0.206 117.5) |
Copy-ready code
/* CSS */
color: #d1eb02;
background-color: #d1eb02;
/* Tailwind (arbitrary) */
class="text-[#d1eb02] bg-[#d1eb02]"
/* SCSS */
$brand: #d1eb02;
/* SwiftUI */
Color(red: 0.820, green: 0.922, blue: 0.008)
/* Android */
Color.parseColor("#d1eb02")Accessibility — WCAG contrast
Aa
#d1eb02 on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d1eb02 on black: 15.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.0%
Green92.2%
Blue0.8%
CMYK percentages
Cyan11.1%
Magenta0.0%
Yellow99.1%
Key (black)7.8%
Color previews
#d1eb02 text on a black background
contrast 15.60:1
Card sample
#d1eb02 text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d1eb02;
Background color
Panel with #d1eb02 background
background-color: #d1eb02;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d1eb02;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(209, 235, 2, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(209, 235, 2, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d1eb02; background: linear-gradient(135deg, #d1eb02, #36EB02);