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