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