#d5ef1c
a balanced, electric yellow · cool · closest name: yellow
RGB
213, 239, 28
HSL
67°, 87%, 52%
CMYK
11, 0, 88, 6
Luminance
0.7596
Every format
| HEX | #d5ef1c |
| RGB | rgb(213, 239, 28) |
| HSL | hsl(67, 87%, 52%) |
| CMYK | cmyk(11%, 0%, 88%, 6%) |
| LAB | lab(89.8 -30.9 84.8) |
| LCH | lch(89.8 90.3 110.0) |
| OKLCH | oklch(0.902 0.204 117.5) |
Copy-ready code
/* CSS */
color: #d5ef1c;
background-color: #d5ef1c;
/* Tailwind (arbitrary) */
class="text-[#d5ef1c] bg-[#d5ef1c]"
/* SCSS */
$brand: #d5ef1c;
/* SwiftUI */
Color(red: 0.835, green: 0.937, blue: 0.110)
/* Android */
Color.parseColor("#d5ef1c")Accessibility — WCAG contrast
Aa
#d5ef1c on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d5ef1c on black: 16.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red83.5%
Green93.7%
Blue11.0%
CMYK percentages
Cyan10.9%
Magenta0.0%
Yellow88.3%
Key (black)6.3%
Color previews
#d5ef1c text on a black background
contrast 16.19:1
Card sample
#d5ef1c text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d5ef1c;
Background color
Panel with #d5ef1c background
background-color: #d5ef1c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d5ef1c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(213, 239, 28, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(213, 239, 28, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d5ef1c; background: linear-gradient(135deg, #d5ef1c, #49EF1C);