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