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