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