#ace2bb
a light, vivid green · cool · closest name: aquamarine
RGB
172, 226, 187
HSL
137°, 48%, 78%
CMYK
24, 0, 17, 11
Luminance
0.6675
Every format
| HEX | #ace2bb |
| RGB | rgb(172, 226, 187) |
| HSL | hsl(137, 48%, 78%) |
| CMYK | cmyk(24%, 0%, 17%, 11%) |
| LAB | lab(85.4 -25.0 13.5) |
| LCH | lch(85.4 28.4 151.6) |
| OKLCH | oklch(0.865 0.077 153.2) |
Copy-ready code
/* CSS */
color: #ace2bb;
background-color: #ace2bb;
/* Tailwind (arbitrary) */
class="text-[#ace2bb] bg-[#ace2bb]"
/* SCSS */
$brand: #ace2bb;
/* SwiftUI */
Color(red: 0.675, green: 0.886, blue: 0.733)
/* Android */
Color.parseColor("#ace2bb")Accessibility — WCAG contrast
Aa
#ace2bb on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ace2bb on black: 14.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green88.6%
Blue73.3%
CMYK percentages
Cyan23.9%
Magenta0.0%
Yellow17.3%
Key (black)11.4%
Color previews
#ace2bb text on a black background
contrast 14.35:1
Card sample
#ace2bb text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ace2bb;
Background color
Panel with #ace2bb background
background-color: #ace2bb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ace2bb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 226, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 226, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ace2bb; background: linear-gradient(135deg, #ace2bb, #ACE2DF);