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