#acdafc
a light, electric blue · cool · closest name: skyblue
RGB
172, 218, 252
HSL
206°, 93%, 83%
CMYK
32, 14, 0, 1
Luminance
0.6594
Every format
| HEX | #acdafc |
| RGB | rgb(172, 218, 252) |
| HSL | hsl(206, 93%, 83%) |
| CMYK | cmyk(32%, 14%, 0%, 1%) |
| LAB | lab(85.0 -7.1 -21.4) |
| LCH | lch(85.0 22.6 251.6) |
| OKLCH | oklch(0.867 0.067 240.5) |
Copy-ready code
/* CSS */
color: #acdafc;
background-color: #acdafc;
/* Tailwind (arbitrary) */
class="text-[#acdafc] bg-[#acdafc]"
/* SCSS */
$brand: #acdafc;
/* SwiftUI */
Color(red: 0.675, green: 0.855, blue: 0.988)
/* Android */
Color.parseColor("#acdafc")Accessibility — WCAG contrast
Aa
#acdafc on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acdafc on black: 14.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green85.5%
Blue98.8%
CMYK percentages
Cyan31.7%
Magenta13.5%
Yellow0.0%
Key (black)1.2%
Color previews
#acdafc text on a black background
contrast 14.19:1
Card sample
#acdafc text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acdafc;
Background color
Panel with #acdafc background
background-color: #acdafc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acdafc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 218, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 218, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acdafc; background: linear-gradient(135deg, #acdafc, #B3ACFC);