#ace4af
a light, vivid green · cool · closest name: aquamarine
RGB
172, 228, 175
HSL
123°, 51%, 78%
CMYK
25, 0, 23, 11
Luminance
0.6735
Every format
| HEX | #ace4af |
| RGB | rgb(172, 228, 175) |
| HSL | hsl(123, 51%, 78%) |
| CMYK | cmyk(25%, 0%, 23%, 11%) |
| LAB | lab(85.7 -28.1 20.2) |
| LCH | lch(85.7 34.6 144.2) |
| OKLCH | oklch(0.867 0.092 146.1) |
Copy-ready code
/* CSS */
color: #ace4af;
background-color: #ace4af;
/* Tailwind (arbitrary) */
class="text-[#ace4af] bg-[#ace4af]"
/* SCSS */
$brand: #ace4af;
/* SwiftUI */
Color(red: 0.675, green: 0.894, blue: 0.686)
/* Android */
Color.parseColor("#ace4af")Accessibility — WCAG contrast
Aa
#ace4af on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ace4af on black: 14.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green89.4%
Blue68.6%
CMYK percentages
Cyan24.6%
Magenta0.0%
Yellow23.2%
Key (black)10.6%
Color previews
#ace4af text on a black background
contrast 14.47:1
Card sample
#ace4af text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ace4af;
Background color
Panel with #ace4af background
background-color: #ace4af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ace4af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 228, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 228, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ace4af; background: linear-gradient(135deg, #ace4af, #ACE4D4);