#ace461
a balanced, vivid green · cool · closest name: khaki
RGB
172, 228, 97
HSL
86°, 71%, 64%
CMYK
25, 0, 58, 11
Luminance
0.6512
Every format
| HEX | #ace461 |
| RGB | rgb(172, 228, 97) |
| HSL | hsl(86, 71%, 64%) |
| CMYK | cmyk(25%, 0%, 58%, 11%) |
| LAB | lab(84.5 -38.2 57.1) |
| LCH | lch(84.5 68.7 123.8) |
| OKLCH | oklch(0.854 0.171 128.9) |
Copy-ready code
/* CSS */
color: #ace461;
background-color: #ace461;
/* Tailwind (arbitrary) */
class="text-[#ace461] bg-[#ace461]"
/* SCSS */
$brand: #ace461;
/* SwiftUI */
Color(red: 0.675, green: 0.894, blue: 0.380)
/* Android */
Color.parseColor("#ace461")Accessibility — WCAG contrast
Aa
#ace461 on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ace461 on black: 14.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green89.4%
Blue38.0%
CMYK percentages
Cyan24.6%
Magenta0.0%
Yellow57.5%
Key (black)10.6%
Color previews
#ace461 text on a black background
contrast 14.02:1
Card sample
#ace461 text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ace461;
Background color
Panel with #ace461 background
background-color: #ace461;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ace461;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 228, 97, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 228, 97, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ace461; background: linear-gradient(135deg, #ace461, #61E46D);