#aecf13
a dark, electric green · cool · closest name: yellow
RGB
174, 207, 19
HSL
71°, 83%, 44%
CMYK
16, 0, 91, 19
Luminance
0.5367
Every format
| HEX | #aecf13 |
| RGB | rgb(174, 207, 19) |
| HSL | hsl(71, 83%, 44%) |
| CMYK | cmyk(16%, 0%, 91%, 19%) |
| LAB | lab(78.3 -32.0 75.8) |
| LCH | lch(78.3 82.3 112.9) |
| OKLCH | oklch(0.802 0.188 120.7) |
Copy-ready code
/* CSS */
color: #aecf13;
background-color: #aecf13;
/* Tailwind (arbitrary) */
class="text-[#aecf13] bg-[#aecf13]"
/* SCSS */
$brand: #aecf13;
/* SwiftUI */
Color(red: 0.682, green: 0.812, blue: 0.075)
/* Android */
Color.parseColor("#aecf13")Accessibility — WCAG contrast
Aa
#aecf13 on white: 1.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aecf13 on black: 11.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green81.2%
Blue7.5%
CMYK percentages
Cyan15.9%
Magenta0.0%
Yellow90.8%
Key (black)18.8%
Color previews
#aecf13 text on a black background
contrast 11.73:1
Card sample
#aecf13 text on a white background
contrast 1.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aecf13;
Background color
Panel with #aecf13 background
background-color: #aecf13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aecf13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 207, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 207, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aecf13; background: linear-gradient(135deg, #aecf13, #31CF13);