#d3fd09
a balanced, electric green · cool · closest name: yellow
RGB
211, 253, 9
HSL
70°, 98%, 51%
CMYK
17, 0, 96, 1
Luminance
0.8412
Every format
| HEX | #d3fd09 |
| RGB | rgb(211, 253, 9) |
| HSL | hsl(70, 98%, 51%) |
| CMYK | cmyk(17%, 0%, 96%, 1%) |
| LAB | lab(93.5 -38.3 89.8) |
| LCH | lch(93.5 97.6 113.1) |
| OKLCH | oklch(0.931 0.223 121.1) |
Copy-ready code
/* CSS */
color: #d3fd09;
background-color: #d3fd09;
/* Tailwind (arbitrary) */
class="text-[#d3fd09] bg-[#d3fd09]"
/* SCSS */
$brand: #d3fd09;
/* SwiftUI */
Color(red: 0.827, green: 0.992, blue: 0.035)
/* Android */
Color.parseColor("#d3fd09")Accessibility — WCAG contrast
Aa
#d3fd09 on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d3fd09 on black: 17.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.7%
Green99.2%
Blue3.5%
CMYK percentages
Cyan16.6%
Magenta0.0%
Yellow96.4%
Key (black)0.8%
Color previews
#d3fd09 text on a black background
contrast 17.82:1
Card sample
#d3fd09 text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d3fd09;
Background color
Panel with #d3fd09 background
background-color: #d3fd09;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d3fd09;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(211, 253, 9, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(211, 253, 9, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d3fd09; background: linear-gradient(135deg, #d3fd09, #31FD09);