#adb9eb
a light, vivid blue · warm · closest name: skyblue
RGB
173, 185, 235
HSL
228°, 61%, 80%
CMYK
26, 21, 0, 8
Luminance
0.4958
Every format
| HEX | #adb9eb |
| RGB | rgb(173, 185, 235) |
| HSL | hsl(228, 61%, 80%) |
| CMYK | cmyk(26%, 21%, 0%, 8%) |
| LAB | lab(75.8 6.7 -26.3) |
| LCH | lch(75.8 27.1 284.4) |
| OKLCH | oklch(0.794 0.072 274.1) |
Copy-ready code
/* CSS */
color: #adb9eb;
background-color: #adb9eb;
/* Tailwind (arbitrary) */
class="text-[#adb9eb] bg-[#adb9eb]"
/* SCSS */
$brand: #adb9eb;
/* SwiftUI */
Color(red: 0.678, green: 0.725, blue: 0.922)
/* Android */
Color.parseColor("#adb9eb")Accessibility — WCAG contrast
Aa
#adb9eb on white: 1.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adb9eb on black: 10.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green72.5%
Blue92.2%
CMYK percentages
Cyan26.4%
Magenta21.3%
Yellow0.0%
Key (black)7.8%
Color previews
#adb9eb text on a black background
contrast 10.92:1
Card sample
#adb9eb text on a white background
contrast 1.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adb9eb;
Background color
Panel with #adb9eb background
background-color: #adb9eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adb9eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 185, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 185, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adb9eb; background: linear-gradient(135deg, #adb9eb, #CAADEB);