#acdfe6
a light, vivid cyan · cool · closest name: skyblue
RGB
172, 223, 230
HSL
187°, 54%, 79%
CMYK
25, 3, 0, 10
Luminance
0.6726
Every format
| HEX | #acdfe6 |
| RGB | rgb(172, 223, 230) |
| HSL | hsl(187, 54%, 79%) |
| CMYK | cmyk(25%, 3%, 0%, 10%) |
| LAB | lab(85.6 -14.8 -8.8) |
| LCH | lch(85.6 17.2 210.7) |
| OKLCH | oklch(0.871 0.053 206.6) |
Copy-ready code
/* CSS */
color: #acdfe6;
background-color: #acdfe6;
/* Tailwind (arbitrary) */
class="text-[#acdfe6] bg-[#acdfe6]"
/* SCSS */
$brand: #acdfe6;
/* SwiftUI */
Color(red: 0.675, green: 0.875, blue: 0.902)
/* Android */
Color.parseColor("#acdfe6")Accessibility — WCAG contrast
Aa
#acdfe6 on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acdfe6 on black: 14.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green87.5%
Blue90.2%
CMYK percentages
Cyan25.2%
Magenta3.0%
Yellow0.0%
Key (black)9.8%
Color previews
#acdfe6 text on a black background
contrast 14.45:1
Card sample
#acdfe6 text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acdfe6;
Background color
Panel with #acdfe6 background
background-color: #acdfe6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acdfe6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 223, 230, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 223, 230, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acdfe6; background: linear-gradient(135deg, #acdfe6, #ACB8E6);