#aecf4f
a balanced, vivid green · cool · closest name: olivedrab
RGB
174, 207, 79
HSL
76°, 57%, 56%
CMYK
16, 0, 62, 19
Luminance
0.5419
Every format
| HEX | #aecf4f |
| RGB | rgb(174, 207, 79) |
| HSL | hsl(76, 57%, 56%) |
| CMYK | cmyk(16%, 0%, 62%, 19%) |
| LAB | lab(78.6 -29.3 58.2) |
| LCH | lch(78.6 65.2 116.7) |
| OKLCH | oklch(0.805 0.158 122.3) |
Copy-ready code
/* CSS */
color: #aecf4f;
background-color: #aecf4f;
/* Tailwind (arbitrary) */
class="text-[#aecf4f] bg-[#aecf4f]"
/* SCSS */
$brand: #aecf4f;
/* SwiftUI */
Color(red: 0.682, green: 0.812, blue: 0.310)
/* Android */
Color.parseColor("#aecf4f")Accessibility — WCAG contrast
Aa
#aecf4f on white: 1.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aecf4f on black: 11.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green81.2%
Blue31.0%
CMYK percentages
Cyan15.9%
Magenta0.0%
Yellow61.8%
Key (black)18.8%
Color previews
#aecf4f text on a black background
contrast 11.84:1
Card sample
#aecf4f text on a white background
contrast 1.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aecf4f;
Background color
Panel with #aecf4f background
background-color: #aecf4f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aecf4f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 207, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 207, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aecf4f; background: linear-gradient(135deg, #aecf4f, #59CF4F);