#ace1ba
a light, vivid green · cool · closest name: aquamarine
RGB
172, 225, 186
HSL
136°, 47%, 78%
CMYK
24, 0, 17, 12
Luminance
0.6617
Every format
| HEX | #ace1ba |
| RGB | rgb(172, 225, 186) |
| HSL | hsl(136, 47%, 78%) |
| CMYK | cmyk(24%, 0%, 17%, 12%) |
| LAB | lab(85.1 -24.7 13.6) |
| LCH | lch(85.1 28.2 151.1) |
| OKLCH | oklch(0.863 0.077 152.7) |
Copy-ready code
/* CSS */
color: #ace1ba;
background-color: #ace1ba;
/* Tailwind (arbitrary) */
class="text-[#ace1ba] bg-[#ace1ba]"
/* SCSS */
$brand: #ace1ba;
/* SwiftUI */
Color(red: 0.675, green: 0.882, blue: 0.729)
/* Android */
Color.parseColor("#ace1ba")Accessibility — WCAG contrast
Aa
#ace1ba on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ace1ba on black: 14.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green88.2%
Blue72.9%
CMYK percentages
Cyan23.6%
Magenta0.0%
Yellow17.3%
Key (black)11.8%
Color previews
#ace1ba text on a black background
contrast 14.23:1
Card sample
#ace1ba text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ace1ba;
Background color
Panel with #ace1ba background
background-color: #ace1ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ace1ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 225, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 225, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ace1ba; background: linear-gradient(135deg, #ace1ba, #ACE1DD);