#acead4
a light, vivid green · cool · closest name: aquamarine
RGB
172, 234, 212
HSL
159°, 60%, 80%
CMYK
27, 0, 9, 8
Luminance
0.7237
Every format
| HEX | #acead4 |
| RGB | rgb(172, 234, 212) |
| HSL | hsl(159, 60%, 80%) |
| CMYK | cmyk(27%, 0%, 9%, 8%) |
| LAB | lab(88.2 -24.0 4.4) |
| LCH | lch(88.2 24.4 169.7) |
| OKLCH | oklch(0.889 0.070 170.7) |
Copy-ready code
/* CSS */
color: #acead4;
background-color: #acead4;
/* Tailwind (arbitrary) */
class="text-[#acead4] bg-[#acead4]"
/* SCSS */
$brand: #acead4;
/* SwiftUI */
Color(red: 0.675, green: 0.918, blue: 0.831)
/* Android */
Color.parseColor("#acead4")Accessibility — WCAG contrast
Aa
#acead4 on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acead4 on black: 15.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green91.8%
Blue83.1%
CMYK percentages
Cyan26.5%
Magenta0.0%
Yellow9.4%
Key (black)8.2%
Color previews
#acead4 text on a black background
contrast 15.47:1
Card sample
#acead4 text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acead4;
Background color
Panel with #acead4 background
background-color: #acead4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acead4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 234, 212, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 234, 212, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acead4; background: linear-gradient(135deg, #acead4, #ACD7EA);