#acdaf6
a light, electric blue · cool · closest name: skyblue
RGB
172, 218, 246
HSL
203°, 80%, 82%
CMYK
30, 11, 0, 4
Luminance
0.6557
Every format
| HEX | #acdaf6 |
| RGB | rgb(172, 218, 246) |
| HSL | hsl(203, 80%, 82%) |
| CMYK | cmyk(30%, 11%, 0%, 4%) |
| LAB | lab(84.8 -8.5 -18.5) |
| LCH | lch(84.8 20.4 245.2) |
| OKLCH | oklch(0.865 0.062 235.2) |
Copy-ready code
/* CSS */
color: #acdaf6;
background-color: #acdaf6;
/* Tailwind (arbitrary) */
class="text-[#acdaf6] bg-[#acdaf6]"
/* SCSS */
$brand: #acdaf6;
/* SwiftUI */
Color(red: 0.675, green: 0.855, blue: 0.965)
/* Android */
Color.parseColor("#acdaf6")Accessibility — WCAG contrast
Aa
#acdaf6 on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acdaf6 on black: 14.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green85.5%
Blue96.5%
CMYK percentages
Cyan30.1%
Magenta11.4%
Yellow0.0%
Key (black)3.5%
Color previews
#acdaf6 text on a black background
contrast 14.11:1
Card sample
#acdaf6 text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acdaf6;
Background color
Panel with #acdaf6 background
background-color: #acdaf6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acdaf6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 218, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 218, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acdaf6; background: linear-gradient(135deg, #acdaf6, #B0ACF6);