#acebab
a light, vivid green · cool · closest name: aquamarine
RGB
172, 235, 171
HSL
119°, 62%, 80%
CMYK
27, 0, 27, 8
Luminance
0.7113
Every format
| HEX | #acebab |
| RGB | rgb(172, 235, 171) |
| HSL | hsl(119, 62%, 80%) |
| CMYK | cmyk(27%, 0%, 27%, 8%) |
| LAB | lab(87.5 -32.0 24.9) |
| LCH | lch(87.5 40.5 142.2) |
| OKLCH | oklch(0.881 0.108 144.2) |
Copy-ready code
/* CSS */
color: #acebab;
background-color: #acebab;
/* Tailwind (arbitrary) */
class="text-[#acebab] bg-[#acebab]"
/* SCSS */
$brand: #acebab;
/* SwiftUI */
Color(red: 0.675, green: 0.922, blue: 0.671)
/* Android */
Color.parseColor("#acebab")Accessibility — WCAG contrast
Aa
#acebab on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acebab on black: 15.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green92.2%
Blue67.1%
CMYK percentages
Cyan26.8%
Magenta0.0%
Yellow27.2%
Key (black)7.8%
Color previews
#acebab text on a black background
contrast 15.23:1
Card sample
#acebab text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acebab;
Background color
Panel with #acebab background
background-color: #acebab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acebab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 235, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 235, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acebab; background: linear-gradient(135deg, #acebab, #ABEBD5);