#acd2fe
a light, electric blue · cool · closest name: skyblue
RGB
172, 210, 254
HSL
212°, 98%, 84%
CMYK
32, 17, 0, 0
Luminance
0.6202
Every format
| HEX | #acd2fe |
| RGB | rgb(172, 210, 254) |
| HSL | hsl(212, 98%, 84%) |
| CMYK | cmyk(32%, 17%, 0%, 0%) |
| LAB | lab(82.9 -2.4 -25.6) |
| LCH | lch(82.9 25.7 264.6) |
| OKLCH | oklch(0.852 0.074 252.4) |
Copy-ready code
/* CSS */
color: #acd2fe;
background-color: #acd2fe;
/* Tailwind (arbitrary) */
class="text-[#acd2fe] bg-[#acd2fe]"
/* SCSS */
$brand: #acd2fe;
/* SwiftUI */
Color(red: 0.675, green: 0.824, blue: 0.996)
/* Android */
Color.parseColor("#acd2fe")Accessibility — WCAG contrast
Aa
#acd2fe on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acd2fe on black: 13.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green82.4%
Blue99.6%
CMYK percentages
Cyan32.3%
Magenta17.3%
Yellow0.0%
Key (black)0.4%
Color previews
#acd2fe text on a black background
contrast 13.40:1
Card sample
#acd2fe text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acd2fe;
Background color
Panel with #acd2fe background
background-color: #acd2fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acd2fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 210, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 210, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acd2fe; background: linear-gradient(135deg, #acd2fe, #BDACFE);