#ace68f
a light, vivid green · cool · closest name: khaki
RGB
172, 230, 143
HSL
100°, 64%, 73%
CMYK
25, 0, 38, 10
Luminance
0.6735
Every format
| HEX | #ace68f |
| RGB | rgb(172, 230, 143) |
| HSL | hsl(100, 64%, 73%) |
| CMYK | cmyk(25%, 0%, 38%, 10%) |
| LAB | lab(85.7 -33.9 36.6) |
| LCH | lch(85.7 49.9 132.8) |
| OKLCH | oklch(0.865 0.130 135.7) |
Copy-ready code
/* CSS */
color: #ace68f;
background-color: #ace68f;
/* Tailwind (arbitrary) */
class="text-[#ace68f] bg-[#ace68f]"
/* SCSS */
$brand: #ace68f;
/* SwiftUI */
Color(red: 0.675, green: 0.902, blue: 0.561)
/* Android */
Color.parseColor("#ace68f")Accessibility — WCAG contrast
Aa
#ace68f on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ace68f on black: 14.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green90.2%
Blue56.1%
CMYK percentages
Cyan25.2%
Magenta0.0%
Yellow37.8%
Key (black)9.8%
Color previews
#ace68f text on a black background
contrast 14.47:1
Card sample
#ace68f text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ace68f;
Background color
Panel with #ace68f background
background-color: #ace68f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ace68f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 230, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 230, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ace68f; background: linear-gradient(135deg, #ace68f, #8FE6AC);