#d8f548
a balanced, electric green · cool · closest name: yellow
RGB
216, 245, 72
HSL
70°, 90%, 62%
CMYK
12, 0, 71, 4
Luminance
0.8037
Every format
| HEX | #d8f548 |
| RGB | rgb(216, 245, 72) |
| HSL | hsl(70, 90%, 62%) |
| CMYK | cmyk(12%, 0%, 71%, 4%) |
| LAB | lab(91.8 -30.9 75.4) |
| LCH | lch(91.8 81.5 112.3) |
| OKLCH | oklch(0.919 0.191 118.7) |
Copy-ready code
/* CSS */
color: #d8f548;
background-color: #d8f548;
/* Tailwind (arbitrary) */
class="text-[#d8f548] bg-[#d8f548]"
/* SCSS */
$brand: #d8f548;
/* SwiftUI */
Color(red: 0.847, green: 0.961, blue: 0.282)
/* Android */
Color.parseColor("#d8f548")Accessibility — WCAG contrast
Aa
#d8f548 on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d8f548 on black: 17.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red84.7%
Green96.1%
Blue28.2%
CMYK percentages
Cyan11.8%
Magenta0.0%
Yellow70.6%
Key (black)3.9%
Color previews
#d8f548 text on a black background
contrast 17.07:1
Card sample
#d8f548 text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d8f548;
Background color
Panel with #d8f548 background
background-color: #d8f548;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d8f548;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(216, 245, 72, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(216, 245, 72, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d8f548; background: linear-gradient(135deg, #d8f548, #65F548);