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