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