#d3eb2e
a balanced, electric yellow · cool · closest name: yellow
RGB
211, 235, 46
HSL
68°, 83%, 55%
CMYK
10, 0, 80, 8
Luminance
0.7346
Every format
| HEX | #d3eb2e |
| RGB | rgb(211, 235, 46) |
| HSL | hsl(68, 83%, 55%) |
| CMYK | cmyk(10%, 0%, 80%, 8%) |
| LAB | lab(88.7 -29.3 80.1) |
| LCH | lch(88.7 85.3 110.1) |
| OKLCH | oklch(0.892 0.195 117.2) |
Copy-ready code
/* CSS */
color: #d3eb2e;
background-color: #d3eb2e;
/* Tailwind (arbitrary) */
class="text-[#d3eb2e] bg-[#d3eb2e]"
/* SCSS */
$brand: #d3eb2e;
/* SwiftUI */
Color(red: 0.827, green: 0.922, blue: 0.180)
/* Android */
Color.parseColor("#d3eb2e")Accessibility — WCAG contrast
Aa
#d3eb2e on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d3eb2e on black: 15.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.7%
Green92.2%
Blue18.0%
CMYK percentages
Cyan10.2%
Magenta0.0%
Yellow80.4%
Key (black)7.8%
Color previews
#d3eb2e text on a black background
contrast 15.69:1
Card sample
#d3eb2e text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d3eb2e;
Background color
Panel with #d3eb2e background
background-color: #d3eb2e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d3eb2e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(211, 235, 46, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(211, 235, 46, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d3eb2e; background: linear-gradient(135deg, #d3eb2e, #55EB2E);