#b2b1df
a light, soft blue · warm · closest name: plum
RGB
178, 177, 223
HSL
241°, 42%, 78%
CMYK
20, 21, 0, 13
Luminance
0.4624
Every format
| HEX | #b2b1df |
| RGB | rgb(178, 177, 223) |
| HSL | hsl(241, 42%, 78%) |
| CMYK | cmyk(20%, 21%, 0%, 13%) |
| LAB | lab(73.7 9.9 -22.9) |
| LCH | lch(73.7 25.0 293.3) |
| OKLCH | oklch(0.777 0.065 285.8) |
Copy-ready code
/* CSS */
color: #b2b1df;
background-color: #b2b1df;
/* Tailwind (arbitrary) */
class="text-[#b2b1df] bg-[#b2b1df]"
/* SCSS */
$brand: #b2b1df;
/* SwiftUI */
Color(red: 0.698, green: 0.694, blue: 0.875)
/* Android */
Color.parseColor("#b2b1df")Accessibility — WCAG contrast
Aa
#b2b1df on white: 2.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2b1df on black: 10.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green69.4%
Blue87.5%
CMYK percentages
Cyan20.2%
Magenta20.6%
Yellow0.0%
Key (black)12.5%
Color previews
#b2b1df text on a black background
contrast 10.25:1
Card sample
#b2b1df text on a white background
contrast 2.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2b1df;
Background color
Panel with #b2b1df background
background-color: #b2b1df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2b1df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 177, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 177, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2b1df; background: linear-gradient(135deg, #b2b1df, #D1B1DF);