#adbceb
a light, vivid blue · warm · closest name: skyblue
RGB
173, 188, 235
HSL
226°, 61%, 80%
CMYK
26, 20, 0, 8
Luminance
0.5085
Every format
| HEX | #adbceb |
| RGB | rgb(173, 188, 235) |
| HSL | hsl(226, 61%, 80%) |
| CMYK | cmyk(26%, 20%, 0%, 8%) |
| LAB | lab(76.6 5.1 -25.1) |
| LCH | lch(76.6 25.6 281.5) |
| OKLCH | oklch(0.800 0.069 271.0) |
Copy-ready code
/* CSS */
color: #adbceb;
background-color: #adbceb;
/* Tailwind (arbitrary) */
class="text-[#adbceb] bg-[#adbceb]"
/* SCSS */
$brand: #adbceb;
/* SwiftUI */
Color(red: 0.678, green: 0.737, blue: 0.922)
/* Android */
Color.parseColor("#adbceb")Accessibility — WCAG contrast
Aa
#adbceb on white: 1.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adbceb on black: 11.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green73.7%
Blue92.2%
CMYK percentages
Cyan26.4%
Magenta20.0%
Yellow0.0%
Key (black)7.8%
Color previews
#adbceb text on a black background
contrast 11.17:1
Card sample
#adbceb text on a white background
contrast 1.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adbceb;
Background color
Panel with #adbceb background
background-color: #adbceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adbceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 188, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 188, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adbceb; background: linear-gradient(135deg, #adbceb, #C7ADEB);