#ace3b4
a light, vivid green · cool · closest name: aquamarine
RGB
172, 227, 180
HSL
129°, 50%, 78%
CMYK
24, 0, 21, 11
Luminance
0.6700
Every format
| HEX | #ace3b4 |
| RGB | rgb(172, 227, 180) |
| HSL | hsl(129, 50%, 78%) |
| CMYK | cmyk(24%, 0%, 21%, 11%) |
| LAB | lab(85.5 -26.7 17.4) |
| LCH | lch(85.5 31.9 147.0) |
| OKLCH | oklch(0.866 0.086 148.7) |
Copy-ready code
/* CSS */
color: #ace3b4;
background-color: #ace3b4;
/* Tailwind (arbitrary) */
class="text-[#ace3b4] bg-[#ace3b4]"
/* SCSS */
$brand: #ace3b4;
/* SwiftUI */
Color(red: 0.675, green: 0.890, blue: 0.706)
/* Android */
Color.parseColor("#ace3b4")Accessibility — WCAG contrast
Aa
#ace3b4 on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ace3b4 on black: 14.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green89.0%
Blue70.6%
CMYK percentages
Cyan24.2%
Magenta0.0%
Yellow20.7%
Key (black)11.0%
Color previews
#ace3b4 text on a black background
contrast 14.40:1
Card sample
#ace3b4 text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ace3b4;
Background color
Panel with #ace3b4 background
background-color: #ace3b4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ace3b4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 227, 180, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 227, 180, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ace3b4; background: linear-gradient(135deg, #ace3b4, #ACE3D9);