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