#adb1eb
a light, vivid blue · warm · closest name: plum
RGB
173, 177, 235
HSL
236°, 61%, 80%
CMYK
26, 25, 0, 8
Luminance
0.4633
Every format
| HEX | #adb1eb |
| RGB | rgb(173, 177, 235) |
| HSL | hsl(236, 61%, 80%) |
| CMYK | cmyk(26%, 25%, 0%, 8%) |
| LAB | lab(73.8 11.2 -29.4) |
| LCH | lch(73.8 31.4 290.8) |
| OKLCH | oklch(0.778 0.083 281.2) |
Copy-ready code
/* CSS */
color: #adb1eb;
background-color: #adb1eb;
/* Tailwind (arbitrary) */
class="text-[#adb1eb] bg-[#adb1eb]"
/* SCSS */
$brand: #adb1eb;
/* SwiftUI */
Color(red: 0.678, green: 0.694, blue: 0.922)
/* Android */
Color.parseColor("#adb1eb")Accessibility — WCAG contrast
Aa
#adb1eb on white: 2.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adb1eb on black: 10.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green69.4%
Blue92.2%
CMYK percentages
Cyan26.4%
Magenta24.7%
Yellow0.0%
Key (black)7.8%
Color previews
#adb1eb text on a black background
contrast 10.27:1
Card sample
#adb1eb text on a white background
contrast 2.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adb1eb;
Background color
Panel with #adb1eb background
background-color: #adb1eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adb1eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 177, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 177, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adb1eb; background: linear-gradient(135deg, #adb1eb, #D2ADEB);