#a8cf13
a dark, electric green · cool · closest name: yellow
RGB
168, 207, 19
HSL
72°, 83%, 44%
CMYK
19, 0, 91, 19
Luminance
0.5300
Every format
| HEX | #a8cf13 |
| RGB | rgb(168, 207, 19) |
| HSL | hsl(72, 83%, 44%) |
| CMYK | cmyk(19%, 0%, 91%, 19%) |
| LAB | lab(77.9 -34.4 75.3) |
| LCH | lch(77.9 82.8 114.6) |
| OKLCH | oklch(0.798 0.191 122.4) |
Copy-ready code
/* CSS */
color: #a8cf13;
background-color: #a8cf13;
/* Tailwind (arbitrary) */
class="text-[#a8cf13] bg-[#a8cf13]"
/* SCSS */
$brand: #a8cf13;
/* SwiftUI */
Color(red: 0.659, green: 0.812, blue: 0.075)
/* Android */
Color.parseColor("#a8cf13")Accessibility — WCAG contrast
Aa
#a8cf13 on white: 1.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a8cf13 on black: 11.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.9%
Green81.2%
Blue7.5%
CMYK percentages
Cyan18.8%
Magenta0.0%
Yellow90.8%
Key (black)18.8%
Color previews
#a8cf13 text on a black background
contrast 11.60:1
Card sample
#a8cf13 text on a white background
contrast 1.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a8cf13;
Background color
Panel with #a8cf13 background
background-color: #a8cf13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a8cf13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(168, 207, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(168, 207, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a8cf13; background: linear-gradient(135deg, #a8cf13, #2BCF13);