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