#ace894
a light, vivid green · cool · closest name: khaki
RGB
172, 232, 148
HSL
103°, 65%, 75%
CMYK
26, 0, 36, 9
Luminance
0.6862
Every format
| HEX | #ace894 |
| RGB | rgb(172, 232, 148) |
| HSL | hsl(103, 65%, 75%) |
| CMYK | cmyk(26%, 0%, 36%, 9%) |
| LAB | lab(86.3 -34.1 34.9) |
| LCH | lch(86.3 48.8 134.4) |
| OKLCH | oklch(0.870 0.127 137.1) |
Copy-ready code
/* CSS */
color: #ace894;
background-color: #ace894;
/* Tailwind (arbitrary) */
class="text-[#ace894] bg-[#ace894]"
/* SCSS */
$brand: #ace894;
/* SwiftUI */
Color(red: 0.675, green: 0.910, blue: 0.580)
/* Android */
Color.parseColor("#ace894")Accessibility — WCAG contrast
Aa
#ace894 on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ace894 on black: 14.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green91.0%
Blue58.0%
CMYK percentages
Cyan25.9%
Magenta0.0%
Yellow36.2%
Key (black)9.0%
Color previews
#ace894 text on a black background
contrast 14.72:1
Card sample
#ace894 text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ace894;
Background color
Panel with #ace894 background
background-color: #ace894;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ace894;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 232, 148, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 232, 148, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ace894; background: linear-gradient(135deg, #ace894, #94E8B4);