#ace8bf
a light, vivid green · cool · closest name: aquamarine
RGB
172, 232, 191
HSL
139°, 57%, 79%
CMYK
26, 0, 18, 9
Luminance
0.7025
Every format
| HEX | #ace8bf |
| RGB | rgb(172, 232, 191) |
| HSL | hsl(139, 57%, 79%) |
| CMYK | cmyk(26%, 0%, 18%, 9%) |
| LAB | lab(87.1 -27.1 13.9) |
| LCH | lch(87.1 30.5 152.9) |
| OKLCH | oklch(0.879 0.083 154.5) |
Copy-ready code
/* CSS */
color: #ace8bf;
background-color: #ace8bf;
/* Tailwind (arbitrary) */
class="text-[#ace8bf] bg-[#ace8bf]"
/* SCSS */
$brand: #ace8bf;
/* SwiftUI */
Color(red: 0.675, green: 0.910, blue: 0.749)
/* Android */
Color.parseColor("#ace8bf")Accessibility — WCAG contrast
Aa
#ace8bf on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ace8bf on black: 15.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green91.0%
Blue74.9%
CMYK percentages
Cyan25.9%
Magenta0.0%
Yellow17.7%
Key (black)9.0%
Color previews
#ace8bf text on a black background
contrast 15.05:1
Card sample
#ace8bf text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ace8bf;
Background color
Panel with #ace8bf background
background-color: #ace8bf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ace8bf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 232, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 232, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ace8bf; background: linear-gradient(135deg, #ace8bf, #ACE8E7);