#ace692
a light, vivid green · cool · closest name: khaki
RGB
172, 230, 146
HSL
101°, 63%, 74%
CMYK
25, 0, 37, 10
Luminance
0.6744
Every format
| HEX | #ace692 |
| RGB | rgb(172, 230, 146) |
| HSL | hsl(101, 63%, 74%) |
| CMYK | cmyk(25%, 0%, 37%, 10%) |
| LAB | lab(85.7 -33.5 35.1) |
| LCH | lch(85.7 48.6 133.6) |
| OKLCH | oklch(0.865 0.126 136.4) |
Copy-ready code
/* CSS */
color: #ace692;
background-color: #ace692;
/* Tailwind (arbitrary) */
class="text-[#ace692] bg-[#ace692]"
/* SCSS */
$brand: #ace692;
/* SwiftUI */
Color(red: 0.675, green: 0.902, blue: 0.573)
/* Android */
Color.parseColor("#ace692")Accessibility — WCAG contrast
Aa
#ace692 on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ace692 on black: 14.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green90.2%
Blue57.3%
CMYK percentages
Cyan25.2%
Magenta0.0%
Yellow36.5%
Key (black)9.8%
Color previews
#ace692 text on a black background
contrast 14.49:1
Card sample
#ace692 text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ace692;
Background color
Panel with #ace692 background
background-color: #ace692;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ace692;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 230, 146, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 230, 146, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ace692; background: linear-gradient(135deg, #ace692, #92E6B0);