#acd4ec
a light, vivid blue · cool · closest name: skyblue
RGB
172, 212, 236
HSL
203°, 63%, 80%
CMYK
27, 10, 0, 8
Luminance
0.6191
Every format
| HEX | #acd4ec |
| RGB | rgb(172, 212, 236) |
| HSL | hsl(203, 63%, 80%) |
| CMYK | cmyk(27%, 10%, 0%, 8%) |
| LAB | lab(82.9 -7.8 -16.1) |
| LCH | lch(82.9 17.9 244.3) |
| OKLCH | oklch(0.849 0.054 234.6) |
Copy-ready code
/* CSS */
color: #acd4ec;
background-color: #acd4ec;
/* Tailwind (arbitrary) */
class="text-[#acd4ec] bg-[#acd4ec]"
/* SCSS */
$brand: #acd4ec;
/* SwiftUI */
Color(red: 0.675, green: 0.831, blue: 0.925)
/* Android */
Color.parseColor("#acd4ec")Accessibility — WCAG contrast
Aa
#acd4ec on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acd4ec on black: 13.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green83.1%
Blue92.5%
CMYK percentages
Cyan27.1%
Magenta10.2%
Yellow0.0%
Key (black)7.5%
Color previews
#acd4ec text on a black background
contrast 13.38:1
Card sample
#acd4ec text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acd4ec;
Background color
Panel with #acd4ec background
background-color: #acd4ec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acd4ec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 212, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 212, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acd4ec; background: linear-gradient(135deg, #acd4ec, #AFACEC);