#8daf0f
a dark, electric green · cool · closest name: olivedrab
RGB
141, 175, 15
HSL
73°, 84%, 37%
CMYK
19, 0, 91, 31
Luminance
0.3636
Every format
| HEX | #8daf0f |
| RGB | rgb(141, 175, 15) |
| HSL | hsl(73, 84%, 37%) |
| CMYK | cmyk(19%, 0%, 91%, 31%) |
| LAB | lab(66.8 -30.6 66.3) |
| LCH | lch(66.8 73.0 114.8) |
| OKLCH | oklch(0.703 0.169 122.7) |
Copy-ready code
/* CSS */
color: #8daf0f;
background-color: #8daf0f;
/* Tailwind (arbitrary) */
class="text-[#8daf0f] bg-[#8daf0f]"
/* SCSS */
$brand: #8daf0f;
/* SwiftUI */
Color(red: 0.553, green: 0.686, blue: 0.059)
/* Android */
Color.parseColor("#8daf0f")Accessibility — WCAG contrast
Aa
#8daf0f on white: 2.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8daf0f on black: 8.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red55.3%
Green68.6%
Blue5.9%
CMYK percentages
Cyan19.4%
Magenta0.0%
Yellow91.4%
Key (black)31.4%
Color previews
#8daf0f text on a black background
contrast 8.27:1
Card sample
#8daf0f text on a white background
contrast 2.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8daf0f;
Background color
Panel with #8daf0f background
background-color: #8daf0f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8daf0f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(141, 175, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(141, 175, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8daf0f; background: linear-gradient(135deg, #8daf0f, #22AF0F);