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