#ace4b2
a light, vivid green · cool · closest name: aquamarine
RGB
172, 228, 178
HSL
126°, 51%, 78%
CMYK
25, 0, 22, 11
Luminance
0.6747
Every format
| HEX | #ace4b2 |
| RGB | rgb(172, 228, 178) |
| HSL | hsl(126, 51%, 78%) |
| CMYK | cmyk(25%, 0%, 22%, 11%) |
| LAB | lab(85.7 -27.5 18.7) |
| LCH | lch(85.7 33.3 145.8) |
| OKLCH | oklch(0.867 0.089 147.6) |
Copy-ready code
/* CSS */
color: #ace4b2;
background-color: #ace4b2;
/* Tailwind (arbitrary) */
class="text-[#ace4b2] bg-[#ace4b2]"
/* SCSS */
$brand: #ace4b2;
/* SwiftUI */
Color(red: 0.675, green: 0.894, blue: 0.698)
/* Android */
Color.parseColor("#ace4b2")Accessibility — WCAG contrast
Aa
#ace4b2 on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ace4b2 on black: 14.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green89.4%
Blue69.8%
CMYK percentages
Cyan24.6%
Magenta0.0%
Yellow21.9%
Key (black)10.6%
Color previews
#ace4b2 text on a black background
contrast 14.49:1
Card sample
#ace4b2 text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ace4b2;
Background color
Panel with #ace4b2 background
background-color: #ace4b2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ace4b2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 228, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 228, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ace4b2; background: linear-gradient(135deg, #ace4b2, #ACE4D7);