#acead9
a light, vivid cyan · cool · closest name: beige
RGB
172, 234, 217
HSL
164°, 60%, 80%
CMYK
27, 0, 7, 8
Luminance
0.7263
Every format
| HEX | #acead9 |
| RGB | rgb(172, 234, 217) |
| HSL | hsl(164, 60%, 80%) |
| CMYK | cmyk(27%, 0%, 7%, 8%) |
| LAB | lab(88.3 -23.0 1.9) |
| LCH | lch(88.3 23.1 175.2) |
| OKLCH | oklch(0.890 0.067 175.9) |
Copy-ready code
/* CSS */
color: #acead9;
background-color: #acead9;
/* Tailwind (arbitrary) */
class="text-[#acead9] bg-[#acead9]"
/* SCSS */
$brand: #acead9;
/* SwiftUI */
Color(red: 0.675, green: 0.918, blue: 0.851)
/* Android */
Color.parseColor("#acead9")Accessibility — WCAG contrast
Aa
#acead9 on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acead9 on black: 15.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green91.8%
Blue85.1%
CMYK percentages
Cyan26.5%
Magenta0.0%
Yellow7.3%
Key (black)8.2%
Color previews
#acead9 text on a black background
contrast 15.53:1
Card sample
#acead9 text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acead9;
Background color
Panel with #acead9 background
background-color: #acead9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acead9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 234, 217, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 234, 217, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acead9; background: linear-gradient(135deg, #acead9, #ACD2EA);