#d3fd13
a balanced, electric green · cool · closest name: yellow
RGB
211, 253, 19
HSL
71°, 98%, 53%
CMYK
17, 0, 93, 1
Luminance
0.8415
Every format
| HEX | #d3fd13 |
| RGB | rgb(211, 253, 19) |
| HSL | hsl(71, 98%, 53%) |
| CMYK | cmyk(17%, 0%, 93%, 1%) |
| LAB | lab(93.5 -38.2 88.9) |
| LCH | lch(93.5 96.7 113.2) |
| OKLCH | oklch(0.931 0.221 121.2) |
Copy-ready code
/* CSS */
color: #d3fd13;
background-color: #d3fd13;
/* Tailwind (arbitrary) */
class="text-[#d3fd13] bg-[#d3fd13]"
/* SCSS */
$brand: #d3fd13;
/* SwiftUI */
Color(red: 0.827, green: 0.992, blue: 0.075)
/* Android */
Color.parseColor("#d3fd13")Accessibility — WCAG contrast
Aa
#d3fd13 on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d3fd13 on black: 17.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.7%
Green99.2%
Blue7.5%
CMYK percentages
Cyan16.6%
Magenta0.0%
Yellow92.5%
Key (black)0.8%
Color previews
#d3fd13 text on a black background
contrast 17.83:1
Card sample
#d3fd13 text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d3fd13;
Background color
Panel with #d3fd13 background
background-color: #d3fd13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d3fd13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(211, 253, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(211, 253, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d3fd13; background: linear-gradient(135deg, #d3fd13, #37FD13);