#acd2fc
a light, electric blue · cool · closest name: skyblue
RGB
172, 210, 252
HSL
212°, 93%, 83%
CMYK
32, 17, 0, 1
Luminance
0.6189
Every format
| HEX | #acd2fc |
| RGB | rgb(172, 210, 252) |
| HSL | hsl(212, 93%, 83%) |
| CMYK | cmyk(32%, 17%, 0%, 1%) |
| LAB | lab(82.8 -2.9 -24.6) |
| LCH | lch(82.8 24.8 263.3) |
| OKLCH | oklch(0.851 0.071 251.2) |
Copy-ready code
/* CSS */
color: #acd2fc;
background-color: #acd2fc;
/* Tailwind (arbitrary) */
class="text-[#acd2fc] bg-[#acd2fc]"
/* SCSS */
$brand: #acd2fc;
/* SwiftUI */
Color(red: 0.675, green: 0.824, blue: 0.988)
/* Android */
Color.parseColor("#acd2fc")Accessibility — WCAG contrast
Aa
#acd2fc on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acd2fc on black: 13.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green82.4%
Blue98.8%
CMYK percentages
Cyan31.7%
Magenta16.7%
Yellow0.0%
Key (black)1.2%
Color previews
#acd2fc text on a black background
contrast 13.38:1
Card sample
#acd2fc text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acd2fc;
Background color
Panel with #acd2fc background
background-color: #acd2fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acd2fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 210, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 210, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acd2fc; background: linear-gradient(135deg, #acd2fc, #BBACFC);