#ace68b
a light, vivid green · cool · closest name: khaki
RGB
172, 230, 139
HSL
98°, 65%, 72%
CMYK
25, 0, 40, 10
Luminance
0.6723
Every format
| HEX | #ace68b |
| RGB | rgb(172, 230, 139) |
| HSL | hsl(98, 65%, 72%) |
| CMYK | cmyk(25%, 0%, 40%, 10%) |
| LAB | lab(85.6 -34.5 38.5) |
| LCH | lch(85.6 51.7 131.8) |
| OKLCH | oklch(0.864 0.134 134.9) |
Copy-ready code
/* CSS */
color: #ace68b;
background-color: #ace68b;
/* Tailwind (arbitrary) */
class="text-[#ace68b] bg-[#ace68b]"
/* SCSS */
$brand: #ace68b;
/* SwiftUI */
Color(red: 0.675, green: 0.902, blue: 0.545)
/* Android */
Color.parseColor("#ace68b")Accessibility — WCAG contrast
Aa
#ace68b on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ace68b on black: 14.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green90.2%
Blue54.5%
CMYK percentages
Cyan25.2%
Magenta0.0%
Yellow39.6%
Key (black)9.8%
Color previews
#ace68b text on a black background
contrast 14.45:1
Card sample
#ace68b text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ace68b;
Background color
Panel with #ace68b background
background-color: #ace68b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ace68b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 230, 139, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 230, 139, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ace68b; background: linear-gradient(135deg, #ace68b, #8BE6A7);