#acebba
a light, vivid green · cool · closest name: aquamarine
RGB
172, 235, 186
HSL
133°, 61%, 80%
CMYK
27, 0, 21, 8
Luminance
0.7173
Every format
| HEX | #acebba |
| RGB | rgb(172, 235, 186) |
| HSL | hsl(133, 61%, 80%) |
| CMYK | cmyk(27%, 0%, 21%, 8%) |
| LAB | lab(87.8 -29.5 17.5) |
| LCH | lch(87.8 34.3 149.3) |
| OKLCH | oklch(0.885 0.093 151.0) |
Copy-ready code
/* CSS */
color: #acebba;
background-color: #acebba;
/* Tailwind (arbitrary) */
class="text-[#acebba] bg-[#acebba]"
/* SCSS */
$brand: #acebba;
/* SwiftUI */
Color(red: 0.675, green: 0.922, blue: 0.729)
/* Android */
Color.parseColor("#acebba")Accessibility — WCAG contrast
Aa
#acebba on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acebba on black: 15.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green92.2%
Blue72.9%
CMYK percentages
Cyan26.8%
Magenta0.0%
Yellow20.9%
Key (black)7.8%
Color previews
#acebba text on a black background
contrast 15.35:1
Card sample
#acebba text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acebba;
Background color
Panel with #acebba background
background-color: #acebba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acebba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 235, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 235, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acebba; background: linear-gradient(135deg, #acebba, #ACEBE4);