#ace6ba
a light, vivid green · cool · closest name: aquamarine
RGB
172, 230, 186
HSL
135°, 54%, 79%
CMYK
25, 0, 19, 10
Luminance
0.6891
Every format
| HEX | #ace6ba |
| RGB | rgb(172, 230, 186) |
| HSL | hsl(135, 54%, 79%) |
| CMYK | cmyk(25%, 0%, 19%, 10%) |
| LAB | lab(86.5 -27.1 15.6) |
| LCH | lch(86.5 31.2 150.1) |
| OKLCH | oklch(0.874 0.085 151.8) |
Copy-ready code
/* CSS */
color: #ace6ba;
background-color: #ace6ba;
/* Tailwind (arbitrary) */
class="text-[#ace6ba] bg-[#ace6ba]"
/* SCSS */
$brand: #ace6ba;
/* SwiftUI */
Color(red: 0.675, green: 0.902, blue: 0.729)
/* Android */
Color.parseColor("#ace6ba")Accessibility — WCAG contrast
Aa
#ace6ba on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ace6ba on black: 14.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green90.2%
Blue72.9%
CMYK percentages
Cyan25.2%
Magenta0.0%
Yellow19.1%
Key (black)9.8%
Color previews
#ace6ba text on a black background
contrast 14.78:1
Card sample
#ace6ba text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ace6ba;
Background color
Panel with #ace6ba background
background-color: #ace6ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ace6ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 230, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 230, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ace6ba; background: linear-gradient(135deg, #ace6ba, #ACE6E1);