#ace6c9
a light, vivid green · cool · closest name: aquamarine
RGB
172, 230, 201
HSL
150°, 54%, 79%
CMYK
25, 0, 13, 10
Luminance
0.6958
Every format
| HEX | #ace6c9 |
| RGB | rgb(172, 230, 201) |
| HSL | hsl(150, 54%, 79%) |
| CMYK | cmyk(25%, 0%, 13%, 10%) |
| LAB | lab(86.8 -24.3 8.2) |
| LCH | lch(86.8 25.6 161.4) |
| OKLCH | oklch(0.877 0.071 162.8) |
Copy-ready code
/* CSS */
color: #ace6c9;
background-color: #ace6c9;
/* Tailwind (arbitrary) */
class="text-[#ace6c9] bg-[#ace6c9]"
/* SCSS */
$brand: #ace6c9;
/* SwiftUI */
Color(red: 0.675, green: 0.902, blue: 0.788)
/* Android */
Color.parseColor("#ace6c9")Accessibility — WCAG contrast
Aa
#ace6c9 on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ace6c9 on black: 14.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green90.2%
Blue78.8%
CMYK percentages
Cyan25.2%
Magenta0.0%
Yellow12.6%
Key (black)9.8%
Color previews
#ace6c9 text on a black background
contrast 14.92:1
Card sample
#ace6c9 text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ace6c9;
Background color
Panel with #ace6c9 background
background-color: #ace6c9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ace6c9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 230, 201, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 230, 201, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ace6c9; background: linear-gradient(135deg, #ace6c9, #ACDCE6);