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