#d3ef1c
a balanced, electric yellow · cool · closest name: yellow
RGB
211, 239, 28
HSL
68°, 87%, 52%
CMYK
12, 0, 88, 6
Luminance
0.7567
Every format
| HEX | #d3ef1c |
| RGB | rgb(211, 239, 28) |
| HSL | hsl(68, 87%, 52%) |
| CMYK | cmyk(12%, 0%, 88%, 6%) |
| LAB | lab(89.7 -31.7 84.7) |
| LCH | lch(89.7 90.4 110.5) |
| OKLCH | oklch(0.900 0.205 118.1) |
Copy-ready code
/* CSS */
color: #d3ef1c;
background-color: #d3ef1c;
/* Tailwind (arbitrary) */
class="text-[#d3ef1c] bg-[#d3ef1c]"
/* SCSS */
$brand: #d3ef1c;
/* SwiftUI */
Color(red: 0.827, green: 0.937, blue: 0.110)
/* Android */
Color.parseColor("#d3ef1c")Accessibility — WCAG contrast
Aa
#d3ef1c on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d3ef1c on black: 16.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.7%
Green93.7%
Blue11.0%
CMYK percentages
Cyan11.7%
Magenta0.0%
Yellow88.3%
Key (black)6.3%
Color previews
#d3ef1c text on a black background
contrast 16.13:1
Card sample
#d3ef1c text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d3ef1c;
Background color
Panel with #d3ef1c background
background-color: #d3ef1c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d3ef1c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(211, 239, 28, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(211, 239, 28, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d3ef1c; background: linear-gradient(135deg, #d3ef1c, #46EF1C);