#b5b5eb
a light, vivid blue · warm · closest name: plum
RGB
181, 181, 235
HSL
240°, 57%, 82%
CMYK
23, 23, 0, 8
Luminance
0.4887
Every format
| HEX | #b5b5eb |
| RGB | rgb(181, 181, 235) |
| HSL | hsl(240, 57%, 82%) |
| CMYK | cmyk(23%, 23%, 0%, 8%) |
| LAB | lab(75.4 11.3 -26.9) |
| LCH | lch(75.4 29.2 292.9) |
| OKLCH | oklch(0.792 0.076 284.5) |
Copy-ready code
/* CSS */
color: #b5b5eb;
background-color: #b5b5eb;
/* Tailwind (arbitrary) */
class="text-[#b5b5eb] bg-[#b5b5eb]"
/* SCSS */
$brand: #b5b5eb;
/* SwiftUI */
Color(red: 0.710, green: 0.710, blue: 0.922)
/* Android */
Color.parseColor("#b5b5eb")Accessibility — WCAG contrast
Aa
#b5b5eb on white: 1.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b5b5eb on black: 10.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.0%
Green71.0%
Blue92.2%
CMYK percentages
Cyan23.0%
Magenta23.0%
Yellow0.0%
Key (black)7.8%
Color previews
#b5b5eb text on a black background
contrast 10.77:1
Card sample
#b5b5eb text on a white background
contrast 1.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b5b5eb;
Background color
Panel with #b5b5eb background
background-color: #b5b5eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b5b5eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(181, 181, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(181, 181, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b5b5eb; background: linear-gradient(135deg, #b5b5eb, #D9B5EB);