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