#ace1bc
a light, vivid green · cool · closest name: aquamarine
RGB
172, 225, 188
HSL
138°, 47%, 78%
CMYK
24, 0, 16, 12
Luminance
0.6625
Every format
| HEX | #ace1bc |
| RGB | rgb(172, 225, 188) |
| HSL | hsl(138, 47%, 78%) |
| CMYK | cmyk(24%, 0%, 16%, 12%) |
| LAB | lab(85.1 -24.3 12.6) |
| LCH | lch(85.1 27.4 152.5) |
| OKLCH | oklch(0.863 0.075 154.2) |
Copy-ready code
/* CSS */
color: #ace1bc;
background-color: #ace1bc;
/* Tailwind (arbitrary) */
class="text-[#ace1bc] bg-[#ace1bc]"
/* SCSS */
$brand: #ace1bc;
/* SwiftUI */
Color(red: 0.675, green: 0.882, blue: 0.737)
/* Android */
Color.parseColor("#ace1bc")Accessibility — WCAG contrast
Aa
#ace1bc on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ace1bc on black: 14.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green88.2%
Blue73.7%
CMYK percentages
Cyan23.6%
Magenta0.0%
Yellow16.4%
Key (black)11.8%
Color previews
#ace1bc text on a black background
contrast 14.25:1
Card sample
#ace1bc text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ace1bc;
Background color
Panel with #ace1bc background
background-color: #ace1bc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ace1bc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 225, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 225, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ace1bc; background: linear-gradient(135deg, #ace1bc, #ACE1DF);