#acead0
a light, vivid green · cool · closest name: aquamarine
RGB
172, 234, 208
HSL
155°, 60%, 80%
CMYK
27, 0, 11, 8
Luminance
0.7217
Every format
| HEX | #acead0 |
| RGB | rgb(172, 234, 208) |
| HSL | hsl(155, 60%, 80%) |
| CMYK | cmyk(27%, 0%, 11%, 8%) |
| LAB | lab(88.0 -24.8 6.3) |
| LCH | lch(88.0 25.6 165.7) |
| OKLCH | oklch(0.888 0.072 167.0) |
Copy-ready code
/* CSS */
color: #acead0;
background-color: #acead0;
/* Tailwind (arbitrary) */
class="text-[#acead0] bg-[#acead0]"
/* SCSS */
$brand: #acead0;
/* SwiftUI */
Color(red: 0.675, green: 0.918, blue: 0.816)
/* Android */
Color.parseColor("#acead0")Accessibility — WCAG contrast
Aa
#acead0 on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acead0 on black: 15.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green91.8%
Blue81.6%
CMYK percentages
Cyan26.5%
Magenta0.0%
Yellow11.1%
Key (black)8.2%
Color previews
#acead0 text on a black background
contrast 15.43:1
Card sample
#acead0 text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acead0;
Background color
Panel with #acead0 background
background-color: #acead0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acead0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 234, 208, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 234, 208, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acead0; background: linear-gradient(135deg, #acead0, #ACDBEA);