#aceb91
a light, vivid green · cool · closest name: khaki
RGB
172, 235, 145
HSL
102°, 69%, 75%
CMYK
27, 0, 38, 8
Luminance
0.7023
Every format
| HEX | #aceb91 |
| RGB | rgb(172, 235, 145) |
| HSL | hsl(102, 69%, 75%) |
| CMYK | cmyk(27%, 0%, 38%, 8%) |
| LAB | lab(87.1 -35.9 37.5) |
| LCH | lch(87.1 51.9 133.8) |
| OKLCH | oklch(0.876 0.135 136.7) |
Copy-ready code
/* CSS */
color: #aceb91;
background-color: #aceb91;
/* Tailwind (arbitrary) */
class="text-[#aceb91] bg-[#aceb91]"
/* SCSS */
$brand: #aceb91;
/* SwiftUI */
Color(red: 0.675, green: 0.922, blue: 0.569)
/* Android */
Color.parseColor("#aceb91")Accessibility — WCAG contrast
Aa
#aceb91 on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aceb91 on black: 15.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green92.2%
Blue56.9%
CMYK percentages
Cyan26.8%
Magenta0.0%
Yellow38.3%
Key (black)7.8%
Color previews
#aceb91 text on a black background
contrast 15.05:1
Card sample
#aceb91 text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aceb91;
Background color
Panel with #aceb91 background
background-color: #aceb91;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aceb91;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 235, 145, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 235, 145, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aceb91; background: linear-gradient(135deg, #aceb91, #91EBB2);