#ace8c9
a light, vivid green · cool · closest name: aquamarine
RGB
172, 232, 201
HSL
149°, 57%, 79%
CMYK
26, 0, 13, 9
Luminance
0.7070
Every format
| HEX | #ace8c9 |
| RGB | rgb(172, 232, 201) |
| HSL | hsl(149, 57%, 79%) |
| CMYK | cmyk(26%, 0%, 13%, 9%) |
| LAB | lab(87.3 -25.2 9.0) |
| LCH | lch(87.3 26.8 160.4) |
| OKLCH | oklch(0.882 0.075 161.9) |
Copy-ready code
/* CSS */
color: #ace8c9;
background-color: #ace8c9;
/* Tailwind (arbitrary) */
class="text-[#ace8c9] bg-[#ace8c9]"
/* SCSS */
$brand: #ace8c9;
/* SwiftUI */
Color(red: 0.675, green: 0.910, blue: 0.788)
/* Android */
Color.parseColor("#ace8c9")Accessibility — WCAG contrast
Aa
#ace8c9 on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ace8c9 on black: 15.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green91.0%
Blue78.8%
CMYK percentages
Cyan25.9%
Magenta0.0%
Yellow13.4%
Key (black)9.0%
Color previews
#ace8c9 text on a black background
contrast 15.14:1
Card sample
#ace8c9 text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ace8c9;
Background color
Panel with #ace8c9 background
background-color: #ace8c9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ace8c9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 232, 201, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 232, 201, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ace8c9; background: linear-gradient(135deg, #ace8c9, #ACDFE8);