#ace390
a light, vivid green · cool · closest name: khaki
RGB
172, 227, 144
HSL
100°, 60%, 73%
CMYK
24, 0, 37, 11
Luminance
0.6572
Every format
| HEX | #ace390 |
| RGB | rgb(172, 227, 144) |
| HSL | hsl(100, 60%, 73%) |
| CMYK | cmyk(24%, 0%, 37%, 11%) |
| LAB | lab(84.8 -32.4 35.0) |
| LCH | lch(84.8 47.7 132.8) |
| OKLCH | oklch(0.858 0.124 135.6) |
Copy-ready code
/* CSS */
color: #ace390;
background-color: #ace390;
/* Tailwind (arbitrary) */
class="text-[#ace390] bg-[#ace390]"
/* SCSS */
$brand: #ace390;
/* SwiftUI */
Color(red: 0.675, green: 0.890, blue: 0.565)
/* Android */
Color.parseColor("#ace390")Accessibility — WCAG contrast
Aa
#ace390 on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ace390 on black: 14.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green89.0%
Blue56.5%
CMYK percentages
Cyan24.2%
Magenta0.0%
Yellow36.6%
Key (black)11.0%
Color previews
#ace390 text on a black background
contrast 14.14:1
Card sample
#ace390 text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ace390;
Background color
Panel with #ace390 background
background-color: #ace390;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ace390;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 227, 144, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 227, 144, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ace390; background: linear-gradient(135deg, #ace390, #90E3AB);