#ace1af
a light, vivid green · cool · closest name: aquamarine
RGB
172, 225, 175
HSL
123°, 47%, 78%
CMYK
24, 0, 22, 12
Luminance
0.6572
Every format
| HEX | #ace1af |
| RGB | rgb(172, 225, 175) |
| HSL | hsl(123, 47%, 78%) |
| CMYK | cmyk(24%, 0%, 22%, 12%) |
| LAB | lab(84.8 -26.6 19.1) |
| LCH | lch(84.8 32.7 144.4) |
| OKLCH | oklch(0.860 0.088 146.2) |
Copy-ready code
/* CSS */
color: #ace1af;
background-color: #ace1af;
/* Tailwind (arbitrary) */
class="text-[#ace1af] bg-[#ace1af]"
/* SCSS */
$brand: #ace1af;
/* SwiftUI */
Color(red: 0.675, green: 0.882, blue: 0.686)
/* Android */
Color.parseColor("#ace1af")Accessibility — WCAG contrast
Aa
#ace1af on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ace1af on black: 14.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green88.2%
Blue68.6%
CMYK percentages
Cyan23.6%
Magenta0.0%
Yellow22.2%
Key (black)11.8%
Color previews
#ace1af text on a black background
contrast 14.14:1
Card sample
#ace1af text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ace1af;
Background color
Panel with #ace1af background
background-color: #ace1af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ace1af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 225, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 225, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ace1af; background: linear-gradient(135deg, #ace1af, #ACE1D2);