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