#acd0fc
a light, electric blue · cool · closest name: skyblue
RGB
172, 208, 252
HSL
213°, 93%, 83%
CMYK
32, 18, 0, 1
Luminance
0.6091
Every format
| HEX | #acd0fc |
| RGB | rgb(172, 208, 252) |
| HSL | hsl(213, 93%, 83%) |
| CMYK | cmyk(32%, 18%, 0%, 1%) |
| LAB | lab(82.3 -1.9 -25.4) |
| LCH | lch(82.3 25.5 265.8) |
| OKLCH | oklch(0.847 0.073 253.7) |
Copy-ready code
/* CSS */
color: #acd0fc;
background-color: #acd0fc;
/* Tailwind (arbitrary) */
class="text-[#acd0fc] bg-[#acd0fc]"
/* SCSS */
$brand: #acd0fc;
/* SwiftUI */
Color(red: 0.675, green: 0.816, blue: 0.988)
/* Android */
Color.parseColor("#acd0fc")Accessibility — WCAG contrast
Aa
#acd0fc on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acd0fc on black: 13.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green81.6%
Blue98.8%
CMYK percentages
Cyan31.7%
Magenta17.5%
Yellow0.0%
Key (black)1.2%
Color previews
#acd0fc text on a black background
contrast 13.18:1
Card sample
#acd0fc text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acd0fc;
Background color
Panel with #acd0fc background
background-color: #acd0fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acd0fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 208, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 208, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acd0fc; background: linear-gradient(135deg, #acd0fc, #BDACFC);