#acd3eb
a light, vivid blue · cool · closest name: skyblue
RGB
172, 211, 235
HSL
203°, 61%, 80%
CMYK
27, 10, 0, 8
Luminance
0.6136
Every format
| HEX | #acd3eb |
| RGB | rgb(172, 211, 235) |
| HSL | hsl(203, 61%, 80%) |
| CMYK | cmyk(27%, 10%, 0%, 8%) |
| LAB | lab(82.6 -7.5 -16.0) |
| LCH | lch(82.6 17.6 245.0) |
| OKLCH | oklch(0.847 0.053 235.3) |
Copy-ready code
/* CSS */
color: #acd3eb;
background-color: #acd3eb;
/* Tailwind (arbitrary) */
class="text-[#acd3eb] bg-[#acd3eb]"
/* SCSS */
$brand: #acd3eb;
/* SwiftUI */
Color(red: 0.675, green: 0.827, blue: 0.922)
/* Android */
Color.parseColor("#acd3eb")Accessibility — WCAG contrast
Aa
#acd3eb on white: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acd3eb on black: 13.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green82.7%
Blue92.2%
CMYK percentages
Cyan26.8%
Magenta10.2%
Yellow0.0%
Key (black)7.8%
Color previews
#acd3eb text on a black background
contrast 13.27:1
Card sample
#acd3eb text on a white background
contrast 1.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acd3eb;
Background color
Panel with #acd3eb background
background-color: #acd3eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acd3eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 211, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 211, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acd3eb; background: linear-gradient(135deg, #acd3eb, #AFACEB);