#ace0a2
a light, vivid green · cool · closest name: aquamarine
RGB
172, 224, 162
HSL
110°, 50%, 76%
CMYK
23, 0, 28, 12
Luminance
0.6469
Every format
| HEX | #ace0a2 |
| RGB | rgb(172, 224, 162) |
| HSL | hsl(110, 50%, 76%) |
| CMYK | cmyk(23%, 0%, 28%, 12%) |
| LAB | lab(84.3 -28.3 25.1) |
| LCH | lch(84.3 37.8 138.4) |
| OKLCH | oklch(0.855 0.100 140.5) |
Copy-ready code
/* CSS */
color: #ace0a2;
background-color: #ace0a2;
/* Tailwind (arbitrary) */
class="text-[#ace0a2] bg-[#ace0a2]"
/* SCSS */
$brand: #ace0a2;
/* SwiftUI */
Color(red: 0.675, green: 0.878, blue: 0.635)
/* Android */
Color.parseColor("#ace0a2")Accessibility — WCAG contrast
Aa
#ace0a2 on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ace0a2 on black: 13.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green87.8%
Blue63.5%
CMYK percentages
Cyan23.2%
Magenta0.0%
Yellow27.7%
Key (black)12.2%
Color previews
#ace0a2 text on a black background
contrast 13.94:1
Card sample
#ace0a2 text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ace0a2;
Background color
Panel with #ace0a2 background
background-color: #ace0a2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ace0a2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 224, 162, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 224, 162, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ace0a2; background: linear-gradient(135deg, #ace0a2, #A2E0C1);