#acdee1
a light, vivid cyan · cool · closest name: skyblue
RGB
172, 222, 225
HSL
183°, 47%, 78%
CMYK
24, 1, 0, 12
Luminance
0.6645
Every format
| HEX | #acdee1 |
| RGB | rgb(172, 222, 225) |
| HSL | hsl(183, 47%, 78%) |
| CMYK | cmyk(24%, 1%, 0%, 12%) |
| LAB | lab(85.2 -15.3 -6.7) |
| LCH | lch(85.2 16.8 203.7) |
| OKLCH | oklch(0.867 0.052 200.8) |
Copy-ready code
/* CSS */
color: #acdee1;
background-color: #acdee1;
/* Tailwind (arbitrary) */
class="text-[#acdee1] bg-[#acdee1]"
/* SCSS */
$brand: #acdee1;
/* SwiftUI */
Color(red: 0.675, green: 0.871, blue: 0.882)
/* Android */
Color.parseColor("#acdee1")Accessibility — WCAG contrast
Aa
#acdee1 on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acdee1 on black: 14.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green87.1%
Blue88.2%
CMYK percentages
Cyan23.6%
Magenta1.3%
Yellow0.0%
Key (black)11.8%
Color previews
#acdee1 text on a black background
contrast 14.29:1
Card sample
#acdee1 text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acdee1;
Background color
Panel with #acdee1 background
background-color: #acdee1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acdee1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 222, 225, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 222, 225, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acdee1; background: linear-gradient(135deg, #acdee1, #ACBBE1);