#ace5ab
a light, vivid green · cool · closest name: aquamarine
RGB
172, 229, 171
HSL
119°, 53%, 78%
CMYK
25, 0, 25, 10
Luminance
0.6775
Every format
| HEX | #ace5ab |
| RGB | rgb(172, 229, 171) |
| HSL | hsl(119, 53%, 78%) |
| CMYK | cmyk(25%, 0%, 25%, 10%) |
| LAB | lab(85.9 -29.2 22.6) |
| LCH | lch(85.9 36.9 142.3) |
| OKLCH | oklch(0.868 0.098 144.3) |
Copy-ready code
/* CSS */
color: #ace5ab;
background-color: #ace5ab;
/* Tailwind (arbitrary) */
class="text-[#ace5ab] bg-[#ace5ab]"
/* SCSS */
$brand: #ace5ab;
/* SwiftUI */
Color(red: 0.675, green: 0.898, blue: 0.671)
/* Android */
Color.parseColor("#ace5ab")Accessibility — WCAG contrast
Aa
#ace5ab on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ace5ab on black: 14.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green89.8%
Blue67.1%
CMYK percentages
Cyan24.9%
Magenta0.0%
Yellow25.3%
Key (black)10.2%
Color previews
#ace5ab text on a black background
contrast 14.55:1
Card sample
#ace5ab text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ace5ab;
Background color
Panel with #ace5ab background
background-color: #ace5ab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ace5ab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 229, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 229, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ace5ab; background: linear-gradient(135deg, #ace5ab, #ABE5D1);