#ace3bc
a light, vivid green · cool · closest name: aquamarine
RGB
172, 227, 188
HSL
138°, 50%, 78%
CMYK
24, 0, 17, 11
Luminance
0.6734
Every format
| HEX | #ace3bc |
| RGB | rgb(172, 227, 188) |
| HSL | hsl(138, 50%, 78%) |
| CMYK | cmyk(24%, 0%, 17%, 11%) |
| LAB | lab(85.7 -25.3 13.4) |
| LCH | lch(85.7 28.6 152.0) |
| OKLCH | oklch(0.867 0.078 153.7) |
Copy-ready code
/* CSS */
color: #ace3bc;
background-color: #ace3bc;
/* Tailwind (arbitrary) */
class="text-[#ace3bc] bg-[#ace3bc]"
/* SCSS */
$brand: #ace3bc;
/* SwiftUI */
Color(red: 0.675, green: 0.890, blue: 0.737)
/* Android */
Color.parseColor("#ace3bc")Accessibility — WCAG contrast
Aa
#ace3bc on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ace3bc on black: 14.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green89.0%
Blue73.7%
CMYK percentages
Cyan24.2%
Magenta0.0%
Yellow17.2%
Key (black)11.0%
Color previews
#ace3bc text on a black background
contrast 14.47:1
Card sample
#ace3bc text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ace3bc;
Background color
Panel with #ace3bc background
background-color: #ace3bc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ace3bc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 227, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 227, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ace3bc; background: linear-gradient(135deg, #ace3bc, #ACE3E1);