#acd5eb
a light, vivid blue · cool · closest name: skyblue
RGB
172, 213, 235
HSL
201°, 61%, 80%
CMYK
27, 9, 0, 8
Luminance
0.6236
Every format
| HEX | #acd5eb |
| RGB | rgb(172, 213, 235) |
| HSL | hsl(201, 61%, 80%) |
| CMYK | cmyk(27%, 9%, 0%, 8%) |
| LAB | lab(83.1 -8.5 -15.2) |
| LCH | lch(83.1 17.4 240.8) |
| OKLCH | oklch(0.851 0.053 231.6) |
Copy-ready code
/* CSS */
color: #acd5eb;
background-color: #acd5eb;
/* Tailwind (arbitrary) */
class="text-[#acd5eb] bg-[#acd5eb]"
/* SCSS */
$brand: #acd5eb;
/* SwiftUI */
Color(red: 0.675, green: 0.835, blue: 0.922)
/* Android */
Color.parseColor("#acd5eb")Accessibility — WCAG contrast
Aa
#acd5eb on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acd5eb on black: 13.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green83.5%
Blue92.2%
CMYK percentages
Cyan26.8%
Magenta9.4%
Yellow0.0%
Key (black)7.8%
Color previews
#acd5eb text on a black background
contrast 13.47:1
Card sample
#acd5eb text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acd5eb;
Background color
Panel with #acd5eb background
background-color: #acd5eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acd5eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 213, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 213, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acd5eb; background: linear-gradient(135deg, #acd5eb, #ADACEB);