#ace4bc
a light, vivid green · cool · closest name: aquamarine
RGB
172, 228, 188
HSL
137°, 51%, 78%
CMYK
25, 0, 18, 11
Luminance
0.6789
Every format
| HEX | #ace4bc |
| RGB | rgb(172, 228, 188) |
| HSL | hsl(137, 51%, 78%) |
| CMYK | cmyk(25%, 0%, 18%, 11%) |
| LAB | lab(86.0 -25.8 13.8) |
| LCH | lch(86.0 29.2 151.8) |
| OKLCH | oklch(0.870 0.080 153.5) |
Copy-ready code
/* CSS */
color: #ace4bc;
background-color: #ace4bc;
/* Tailwind (arbitrary) */
class="text-[#ace4bc] bg-[#ace4bc]"
/* SCSS */
$brand: #ace4bc;
/* SwiftUI */
Color(red: 0.675, green: 0.894, blue: 0.737)
/* Android */
Color.parseColor("#ace4bc")Accessibility — WCAG contrast
Aa
#ace4bc on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ace4bc on black: 14.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green89.4%
Blue73.7%
CMYK percentages
Cyan24.6%
Magenta0.0%
Yellow17.5%
Key (black)10.6%
Color previews
#ace4bc text on a black background
contrast 14.58:1
Card sample
#ace4bc text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ace4bc;
Background color
Panel with #ace4bc background
background-color: #ace4bc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ace4bc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 228, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 228, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ace4bc; background: linear-gradient(135deg, #ace4bc, #ACE4E1);