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