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