#d7fd1f
a balanced, electric green · cool · closest name: yellow
RGB
215, 253, 31
HSL
70°, 98%, 56%
CMYK
15, 0, 88, 1
Luminance
0.8480
Every format
| HEX | #d7fd1f |
| RGB | rgb(215, 253, 31) |
| HSL | hsl(70, 98%, 56%) |
| CMYK | cmyk(15%, 0%, 88%, 1%) |
| LAB | lab(93.8 -36.4 87.6) |
| LCH | lch(93.8 94.8 112.6) |
| OKLCH | oklch(0.934 0.217 120.3) |
Copy-ready code
/* CSS */
color: #d7fd1f;
background-color: #d7fd1f;
/* Tailwind (arbitrary) */
class="text-[#d7fd1f] bg-[#d7fd1f]"
/* SCSS */
$brand: #d7fd1f;
/* SwiftUI */
Color(red: 0.843, green: 0.992, blue: 0.122)
/* Android */
Color.parseColor("#d7fd1f")Accessibility — WCAG contrast
Aa
#d7fd1f on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d7fd1f on black: 17.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red84.3%
Green99.2%
Blue12.2%
CMYK percentages
Cyan15.0%
Magenta0.0%
Yellow87.7%
Key (black)0.8%
Color previews
#d7fd1f text on a black background
contrast 17.96:1
Card sample
#d7fd1f text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d7fd1f;
Background color
Panel with #d7fd1f background
background-color: #d7fd1f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d7fd1f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(215, 253, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(215, 253, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d7fd1f; background: linear-gradient(135deg, #d7fd1f, #43FD1F);