#acecb7
a light, vivid green · cool · closest name: aquamarine
RGB
172, 236, 183
HSL
130°, 63%, 80%
CMYK
27, 0, 23, 8
Luminance
0.7218
Every format
| HEX | #acecb7 |
| RGB | rgb(172, 236, 183) |
| HSL | hsl(130, 63%, 80%) |
| CMYK | cmyk(27%, 0%, 23%, 8%) |
| LAB | lab(88.0 -30.5 19.4) |
| LCH | lch(88.0 36.1 147.6) |
| OKLCH | oklch(0.886 0.097 149.3) |
Copy-ready code
/* CSS */
color: #acecb7;
background-color: #acecb7;
/* Tailwind (arbitrary) */
class="text-[#acecb7] bg-[#acecb7]"
/* SCSS */
$brand: #acecb7;
/* SwiftUI */
Color(red: 0.675, green: 0.925, blue: 0.718)
/* Android */
Color.parseColor("#acecb7")Accessibility — WCAG contrast
Aa
#acecb7 on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acecb7 on black: 15.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green92.5%
Blue71.8%
CMYK percentages
Cyan27.1%
Magenta0.0%
Yellow22.5%
Key (black)7.5%
Color previews
#acecb7 text on a black background
contrast 15.44:1
Card sample
#acecb7 text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acecb7;
Background color
Panel with #acecb7 background
background-color: #acecb7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acecb7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 236, 183, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 236, 183, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acecb7; background: linear-gradient(135deg, #acecb7, #ACECE2);