#ace6b0
a light, vivid green · cool · closest name: aquamarine
RGB
172, 230, 176
HSL
124°, 54%, 79%
CMYK
25, 0, 24, 10
Luminance
0.6850
Every format
| HEX | #ace6b0 |
| RGB | rgb(172, 230, 176) |
| HSL | hsl(124, 54%, 79%) |
| CMYK | cmyk(25%, 0%, 24%, 10%) |
| LAB | lab(86.3 -28.8 20.5) |
| LCH | lch(86.3 35.4 144.6) |
| OKLCH | oklch(0.871 0.095 146.5) |
Copy-ready code
/* CSS */
color: #ace6b0;
background-color: #ace6b0;
/* Tailwind (arbitrary) */
class="text-[#ace6b0] bg-[#ace6b0]"
/* SCSS */
$brand: #ace6b0;
/* SwiftUI */
Color(red: 0.675, green: 0.902, blue: 0.690)
/* Android */
Color.parseColor("#ace6b0")Accessibility — WCAG contrast
Aa
#ace6b0 on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ace6b0 on black: 14.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green90.2%
Blue69.0%
CMYK percentages
Cyan25.2%
Magenta0.0%
Yellow23.5%
Key (black)9.8%
Color previews
#ace6b0 text on a black background
contrast 14.70:1
Card sample
#ace6b0 text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ace6b0;
Background color
Panel with #ace6b0 background
background-color: #ace6b0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ace6b0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 230, 176, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 230, 176, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ace6b0; background: linear-gradient(135deg, #ace6b0, #ACE6D7);