#ace3af
a light, vivid green · cool · closest name: aquamarine
RGB
172, 227, 175
HSL
123°, 50%, 78%
CMYK
24, 0, 23, 11
Luminance
0.6680
Every format
| HEX | #ace3af |
| RGB | rgb(172, 227, 175) |
| HSL | hsl(123, 50%, 78%) |
| CMYK | cmyk(24%, 0%, 23%, 11%) |
| LAB | lab(85.4 -27.6 19.8) |
| LCH | lch(85.4 34.0 144.3) |
| OKLCH | oklch(0.864 0.091 146.1) |
Copy-ready code
/* CSS */
color: #ace3af;
background-color: #ace3af;
/* Tailwind (arbitrary) */
class="text-[#ace3af] bg-[#ace3af]"
/* SCSS */
$brand: #ace3af;
/* SwiftUI */
Color(red: 0.675, green: 0.890, blue: 0.686)
/* Android */
Color.parseColor("#ace3af")Accessibility — WCAG contrast
Aa
#ace3af on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ace3af on black: 14.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green89.0%
Blue68.6%
CMYK percentages
Cyan24.2%
Magenta0.0%
Yellow22.9%
Key (black)11.0%
Color previews
#ace3af text on a black background
contrast 14.36:1
Card sample
#ace3af text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ace3af;
Background color
Panel with #ace3af background
background-color: #ace3af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ace3af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 227, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 227, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ace3af; background: linear-gradient(135deg, #ace3af, #ACE3D4);