#aacf15
a dark, electric green · cool · closest name: yellow
RGB
170, 207, 21
HSL
72°, 82%, 45%
CMYK
18, 0, 90, 19
Luminance
0.5323
Every format
| HEX | #aacf15 |
| RGB | rgb(170, 207, 21) |
| HSL | hsl(72, 82%, 45%) |
| CMYK | cmyk(18%, 0%, 90%, 19%) |
| LAB | lab(78.0 -33.6 75.2) |
| LCH | lch(78.0 82.4 114.1) |
| OKLCH | oklch(0.799 0.190 121.9) |
Copy-ready code
/* CSS */
color: #aacf15;
background-color: #aacf15;
/* Tailwind (arbitrary) */
class="text-[#aacf15] bg-[#aacf15]"
/* SCSS */
$brand: #aacf15;
/* SwiftUI */
Color(red: 0.667, green: 0.812, blue: 0.082)
/* Android */
Color.parseColor("#aacf15")Accessibility — WCAG contrast
Aa
#aacf15 on white: 1.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aacf15 on black: 11.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green81.2%
Blue8.2%
CMYK percentages
Cyan17.9%
Magenta0.0%
Yellow89.9%
Key (black)18.8%
Color previews
#aacf15 text on a black background
contrast 11.65:1
Card sample
#aacf15 text on a white background
contrast 1.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aacf15;
Background color
Panel with #aacf15 background
background-color: #aacf15;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aacf15;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 207, 21, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 207, 21, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aacf15; background: linear-gradient(135deg, #aacf15, #2ECF15);