#acdceb
a light, vivid cyan · cool · closest name: skyblue
RGB
172, 220, 235
HSL
194°, 61%, 80%
CMYK
27, 6, 0, 8
Luminance
0.6596
Every format
| HEX | #acdceb |
| RGB | rgb(172, 220, 235) |
| HSL | hsl(194, 61%, 80%) |
| CMYK | cmyk(27%, 6%, 0%, 8%) |
| LAB | lab(85.0 -12.1 -12.4) |
| LCH | lch(85.0 17.3 225.7) |
| OKLCH | oklch(0.866 0.054 218.9) |
Copy-ready code
/* CSS */
color: #acdceb;
background-color: #acdceb;
/* Tailwind (arbitrary) */
class="text-[#acdceb] bg-[#acdceb]"
/* SCSS */
$brand: #acdceb;
/* SwiftUI */
Color(red: 0.675, green: 0.863, blue: 0.922)
/* Android */
Color.parseColor("#acdceb")Accessibility — WCAG contrast
Aa
#acdceb on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acdceb on black: 14.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green86.3%
Blue92.2%
CMYK percentages
Cyan26.8%
Magenta6.4%
Yellow0.0%
Key (black)7.8%
Color previews
#acdceb text on a black background
contrast 14.19:1
Card sample
#acdceb text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acdceb;
Background color
Panel with #acdceb background
background-color: #acdceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acdceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 220, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 220, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acdceb; background: linear-gradient(135deg, #acdceb, #ACB2EB);