#ace0ba
a light, vivid green · cool · closest name: aquamarine
RGB
172, 224, 186
HSL
136°, 46%, 78%
CMYK
23, 0, 17, 12
Luminance
0.6563
Every format
| HEX | #ace0ba |
| RGB | rgb(172, 224, 186) |
| HSL | hsl(136, 46%, 78%) |
| CMYK | cmyk(23%, 0%, 17%, 12%) |
| LAB | lab(84.8 -24.2 13.2) |
| LCH | lch(84.8 27.6 151.3) |
| OKLCH | oklch(0.860 0.075 153.0) |
Copy-ready code
/* CSS */
color: #ace0ba;
background-color: #ace0ba;
/* Tailwind (arbitrary) */
class="text-[#ace0ba] bg-[#ace0ba]"
/* SCSS */
$brand: #ace0ba;
/* SwiftUI */
Color(red: 0.675, green: 0.878, blue: 0.729)
/* Android */
Color.parseColor("#ace0ba")Accessibility — WCAG contrast
Aa
#ace0ba on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ace0ba on black: 14.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green87.8%
Blue72.9%
CMYK percentages
Cyan23.2%
Magenta0.0%
Yellow17.0%
Key (black)12.2%
Color previews
#ace0ba text on a black background
contrast 14.13:1
Card sample
#ace0ba text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ace0ba;
Background color
Panel with #ace0ba background
background-color: #ace0ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ace0ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 224, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 224, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ace0ba; background: linear-gradient(135deg, #ace0ba, #ACE0DD);