#adb6eb
a light, vivid blue · warm · closest name: skyblue
RGB
173, 182, 235
HSL
231°, 61%, 80%
CMYK
26, 23, 0, 8
Luminance
0.4834
Every format
| HEX | #adb6eb |
| RGB | rgb(173, 182, 235) |
| HSL | hsl(231, 61%, 80%) |
| CMYK | cmyk(26%, 23%, 0%, 8%) |
| LAB | lab(75.0 8.4 -27.4) |
| LCH | lch(75.0 28.7 287.0) |
| OKLCH | oklch(0.788 0.076 277.0) |
Copy-ready code
/* CSS */
color: #adb6eb;
background-color: #adb6eb;
/* Tailwind (arbitrary) */
class="text-[#adb6eb] bg-[#adb6eb]"
/* SCSS */
$brand: #adb6eb;
/* SwiftUI */
Color(red: 0.678, green: 0.714, blue: 0.922)
/* Android */
Color.parseColor("#adb6eb")Accessibility — WCAG contrast
Aa
#adb6eb on white: 1.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adb6eb on black: 10.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green71.4%
Blue92.2%
CMYK percentages
Cyan26.4%
Magenta22.6%
Yellow0.0%
Key (black)7.8%
Color previews
#adb6eb text on a black background
contrast 10.67:1
Card sample
#adb6eb text on a white background
contrast 1.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adb6eb;
Background color
Panel with #adb6eb background
background-color: #adb6eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adb6eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 182, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 182, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adb6eb; background: linear-gradient(135deg, #adb6eb, #CDADEB);