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