#acdaf9
a light, electric blue · cool · closest name: skyblue
RGB
172, 218, 249
HSL
204°, 87%, 83%
CMYK
31, 12, 0, 2
Luminance
0.6575
Every format
| HEX | #acdaf9 |
| RGB | rgb(172, 218, 249) |
| HSL | hsl(204, 87%, 83%) |
| CMYK | cmyk(31%, 12%, 0%, 2%) |
| LAB | lab(84.9 -7.8 -20.0) |
| LCH | lch(84.9 21.4 248.6) |
| OKLCH | oklch(0.866 0.065 238.0) |
Copy-ready code
/* CSS */
color: #acdaf9;
background-color: #acdaf9;
/* Tailwind (arbitrary) */
class="text-[#acdaf9] bg-[#acdaf9]"
/* SCSS */
$brand: #acdaf9;
/* SwiftUI */
Color(red: 0.675, green: 0.855, blue: 0.976)
/* Android */
Color.parseColor("#acdaf9")Accessibility — WCAG contrast
Aa
#acdaf9 on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acdaf9 on black: 14.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green85.5%
Blue97.6%
CMYK percentages
Cyan30.9%
Magenta12.4%
Yellow0.0%
Key (black)2.4%
Color previews
#acdaf9 text on a black background
contrast 14.15:1
Card sample
#acdaf9 text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acdaf9;
Background color
Panel with #acdaf9 background
background-color: #acdaf9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acdaf9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 218, 249, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 218, 249, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acdaf9; background: linear-gradient(135deg, #acdaf9, #B1ACF9);