#d2ef1b
a balanced, electric yellow · cool · closest name: yellow
RGB
210, 239, 27
HSL
68°, 87%, 52%
CMYK
12, 0, 89, 6
Luminance
0.7551
Every format
| HEX | #d2ef1b |
| RGB | rgb(210, 239, 27) |
| HSL | hsl(68, 87%, 52%) |
| CMYK | cmyk(12%, 0%, 89%, 6%) |
| LAB | lab(89.6 -32.1 84.7) |
| LCH | lch(89.6 90.6 110.7) |
| OKLCH | oklch(0.900 0.206 118.4) |
Copy-ready code
/* CSS */
color: #d2ef1b;
background-color: #d2ef1b;
/* Tailwind (arbitrary) */
class="text-[#d2ef1b] bg-[#d2ef1b]"
/* SCSS */
$brand: #d2ef1b;
/* SwiftUI */
Color(red: 0.824, green: 0.937, blue: 0.106)
/* Android */
Color.parseColor("#d2ef1b")Accessibility — WCAG contrast
Aa
#d2ef1b on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d2ef1b on black: 16.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.4%
Green93.7%
Blue10.6%
CMYK percentages
Cyan12.1%
Magenta0.0%
Yellow88.7%
Key (black)6.3%
Color previews
#d2ef1b text on a black background
contrast 16.10:1
Card sample
#d2ef1b text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d2ef1b;
Background color
Panel with #d2ef1b background
background-color: #d2ef1b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d2ef1b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(210, 239, 27, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(210, 239, 27, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d2ef1b; background: linear-gradient(135deg, #d2ef1b, #45EF1B);