#ace0b2
a light, vivid green · cool · closest name: aquamarine
RGB
172, 224, 178
HSL
127°, 46%, 78%
CMYK
23, 0, 21, 12
Luminance
0.6530
Every format
| HEX | #ace0b2 |
| RGB | rgb(172, 224, 178) |
| HSL | hsl(127, 46%, 78%) |
| CMYK | cmyk(23%, 0%, 21%, 12%) |
| LAB | lab(84.6 -25.6 17.2) |
| LCH | lch(84.6 30.9 146.1) |
| OKLCH | oklch(0.858 0.083 147.9) |
Copy-ready code
/* CSS */
color: #ace0b2;
background-color: #ace0b2;
/* Tailwind (arbitrary) */
class="text-[#ace0b2] bg-[#ace0b2]"
/* SCSS */
$brand: #ace0b2;
/* SwiftUI */
Color(red: 0.675, green: 0.878, blue: 0.698)
/* Android */
Color.parseColor("#ace0b2")Accessibility — WCAG contrast
Aa
#ace0b2 on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ace0b2 on black: 14.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green87.8%
Blue69.8%
CMYK percentages
Cyan23.2%
Magenta0.0%
Yellow20.5%
Key (black)12.2%
Color previews
#ace0b2 text on a black background
contrast 14.06:1
Card sample
#ace0b2 text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ace0b2;
Background color
Panel with #ace0b2 background
background-color: #ace0b2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ace0b2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 224, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 224, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ace0b2; background: linear-gradient(135deg, #ace0b2, #ACE0D5);