#adcbec
a light, vivid blue · cool · closest name: skyblue
RGB
173, 203, 236
HSL
211°, 62%, 80%
CMYK
27, 14, 0, 8
Luminance
0.5765
Every format
| HEX | #adcbec |
| RGB | rgb(173, 203, 236) |
| HSL | hsl(211, 62%, 80%) |
| CMYK | cmyk(27%, 14%, 0%, 8%) |
| LAB | lab(80.5 -2.7 -19.6) |
| LCH | lch(80.5 19.8 262.1) |
| OKLCH | oklch(0.831 0.057 251.0) |
Copy-ready code
/* CSS */
color: #adcbec;
background-color: #adcbec;
/* Tailwind (arbitrary) */
class="text-[#adcbec] bg-[#adcbec]"
/* SCSS */
$brand: #adcbec;
/* SwiftUI */
Color(red: 0.678, green: 0.796, blue: 0.925)
/* Android */
Color.parseColor("#adcbec")Accessibility — WCAG contrast
Aa
#adcbec on white: 1.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adcbec on black: 12.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green79.6%
Blue92.5%
CMYK percentages
Cyan26.7%
Magenta14.0%
Yellow0.0%
Key (black)7.5%
Color previews
#adcbec text on a black background
contrast 12.53:1
Card sample
#adcbec text on a white background
contrast 1.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adcbec;
Background color
Panel with #adcbec background
background-color: #adcbec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adcbec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 203, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 203, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adcbec; background: linear-gradient(135deg, #adcbec, #B9ADEC);