#b1b2eb
a light, vivid blue · warm · closest name: plum
RGB
177, 178, 235
HSL
239°, 59%, 81%
CMYK
25, 24, 0, 8
Luminance
0.4719
Every format
| HEX | #b1b2eb |
| RGB | rgb(177, 178, 235) |
| HSL | hsl(239, 59%, 81%) |
| CMYK | cmyk(25%, 24%, 0%, 8%) |
| LAB | lab(74.3 11.8 -28.5) |
| LCH | lch(74.3 30.9 292.4) |
| OKLCH | oklch(0.783 0.081 283.6) |
Copy-ready code
/* CSS */
color: #b1b2eb;
background-color: #b1b2eb;
/* Tailwind (arbitrary) */
class="text-[#b1b2eb] bg-[#b1b2eb]"
/* SCSS */
$brand: #b1b2eb;
/* SwiftUI */
Color(red: 0.694, green: 0.698, blue: 0.922)
/* Android */
Color.parseColor("#b1b2eb")Accessibility — WCAG contrast
Aa
#b1b2eb on white: 2.01:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b1b2eb on black: 10.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.4%
Green69.8%
Blue92.2%
CMYK percentages
Cyan24.7%
Magenta24.3%
Yellow0.0%
Key (black)7.8%
Color previews
#b1b2eb text on a black background
contrast 10.44:1
Card sample
#b1b2eb text on a white background
contrast 2.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b1b2eb;
Background color
Panel with #b1b2eb background
background-color: #b1b2eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b1b2eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(177, 178, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(177, 178, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b1b2eb; background: linear-gradient(135deg, #b1b2eb, #D7B1EB);