#b5b2eb
a light, vivid blue · warm · closest name: plum
RGB
181, 178, 235
HSL
243°, 59%, 81%
CMYK
23, 24, 0, 8
Luminance
0.4766
Every format
| HEX | #b5b2eb |
| RGB | rgb(181, 178, 235) |
| HSL | hsl(243, 59%, 81%) |
| CMYK | cmyk(23%, 24%, 0%, 8%) |
| LAB | lab(74.6 13.0 -28.0) |
| LCH | lch(74.6 30.9 294.8) |
| OKLCH | oklch(0.786 0.081 286.8) |
Copy-ready code
/* CSS */
color: #b5b2eb;
background-color: #b5b2eb;
/* Tailwind (arbitrary) */
class="text-[#b5b2eb] bg-[#b5b2eb]"
/* SCSS */
$brand: #b5b2eb;
/* SwiftUI */
Color(red: 0.710, green: 0.698, blue: 0.922)
/* Android */
Color.parseColor("#b5b2eb")Accessibility — WCAG contrast
Aa
#b5b2eb on white: 1.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b5b2eb on black: 10.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.0%
Green69.8%
Blue92.2%
CMYK percentages
Cyan23.0%
Magenta24.3%
Yellow0.0%
Key (black)7.8%
Color previews
#b5b2eb text on a black background
contrast 10.53:1
Card sample
#b5b2eb text on a white background
contrast 1.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b5b2eb;
Background color
Panel with #b5b2eb background
background-color: #b5b2eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b5b2eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(181, 178, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(181, 178, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b5b2eb; background: linear-gradient(135deg, #b5b2eb, #DBB2EB);