#acecb1
a light, vivid green · cool · closest name: aquamarine
RGB
172, 236, 177
HSL
125°, 63%, 80%
CMYK
27, 0, 25, 8
Luminance
0.7194
Every format
| HEX | #acecb1 |
| RGB | rgb(172, 236, 177) |
| HSL | hsl(125, 63%, 80%) |
| CMYK | cmyk(27%, 0%, 25%, 8%) |
| LAB | lab(87.9 -31.5 22.3) |
| LCH | lch(87.9 38.6 144.7) |
| OKLCH | oklch(0.885 0.103 146.6) |
Copy-ready code
/* CSS */
color: #acecb1;
background-color: #acecb1;
/* Tailwind (arbitrary) */
class="text-[#acecb1] bg-[#acecb1]"
/* SCSS */
$brand: #acecb1;
/* SwiftUI */
Color(red: 0.675, green: 0.925, blue: 0.694)
/* Android */
Color.parseColor("#acecb1")Accessibility — WCAG contrast
Aa
#acecb1 on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acecb1 on black: 15.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green92.5%
Blue69.4%
CMYK percentages
Cyan27.1%
Magenta0.0%
Yellow25.0%
Key (black)7.5%
Color previews
#acecb1 text on a black background
contrast 15.39:1
Card sample
#acecb1 text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acecb1;
Background color
Panel with #acecb1 background
background-color: #acecb1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acecb1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 236, 177, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 236, 177, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acecb1; background: linear-gradient(135deg, #acecb1, #ACECDC);