#ace5ba
a light, vivid green · cool · closest name: aquamarine
RGB
172, 229, 186
HSL
135°, 52%, 79%
CMYK
25, 0, 19, 10
Luminance
0.6835
Every format
| HEX | #ace5ba |
| RGB | rgb(172, 229, 186) |
| HSL | hsl(135, 52%, 79%) |
| CMYK | cmyk(25%, 0%, 19%, 10%) |
| LAB | lab(86.2 -26.6 15.2) |
| LCH | lch(86.2 30.6 150.3) |
| OKLCH | oklch(0.871 0.083 152.0) |
Copy-ready code
/* CSS */
color: #ace5ba;
background-color: #ace5ba;
/* Tailwind (arbitrary) */
class="text-[#ace5ba] bg-[#ace5ba]"
/* SCSS */
$brand: #ace5ba;
/* SwiftUI */
Color(red: 0.675, green: 0.898, blue: 0.729)
/* Android */
Color.parseColor("#ace5ba")Accessibility — WCAG contrast
Aa
#ace5ba on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ace5ba on black: 14.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green89.8%
Blue72.9%
CMYK percentages
Cyan24.9%
Magenta0.0%
Yellow18.8%
Key (black)10.2%
Color previews
#ace5ba text on a black background
contrast 14.67:1
Card sample
#ace5ba text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ace5ba;
Background color
Panel with #ace5ba background
background-color: #ace5ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ace5ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 229, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 229, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ace5ba; background: linear-gradient(135deg, #ace5ba, #ACE5E0);