#acd0f7
a light, electric blue · cool · closest name: skyblue
RGB
172, 208, 247
HSL
211°, 82%, 82%
CMYK
30, 16, 0, 3
Luminance
0.6060
Every format
| HEX | #acd0f7 |
| RGB | rgb(172, 208, 247) |
| HSL | hsl(211, 82%, 82%) |
| CMYK | cmyk(30%, 16%, 0%, 3%) |
| LAB | lab(82.2 -3.1 -23.0) |
| LCH | lch(82.2 23.2 262.4) |
| OKLCH | oklch(0.845 0.067 250.7) |
Copy-ready code
/* CSS */
color: #acd0f7;
background-color: #acd0f7;
/* Tailwind (arbitrary) */
class="text-[#acd0f7] bg-[#acd0f7]"
/* SCSS */
$brand: #acd0f7;
/* SwiftUI */
Color(red: 0.675, green: 0.816, blue: 0.969)
/* Android */
Color.parseColor("#acd0f7")Accessibility — WCAG contrast
Aa
#acd0f7 on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acd0f7 on black: 13.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green81.6%
Blue96.9%
CMYK percentages
Cyan30.4%
Magenta15.8%
Yellow0.0%
Key (black)3.1%
Color previews
#acd0f7 text on a black background
contrast 13.12:1
Card sample
#acd0f7 text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acd0f7;
Background color
Panel with #acd0f7 background
background-color: #acd0f7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acd0f7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 208, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 208, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acd0f7; background: linear-gradient(135deg, #acd0f7, #BAACF7);