#b1a2db
a light, soft violet · warm · closest name: plum
RGB
177, 162, 219
HSL
256°, 44%, 75%
CMYK
19, 26, 0, 14
Luminance
0.4030
Every format
| HEX | #b1a2db |
| RGB | rgb(177, 162, 219) |
| HSL | hsl(256, 44%, 75%) |
| CMYK | cmyk(19%, 26%, 0%, 14%) |
| LAB | lab(69.7 17.0 -26.9) |
| LCH | lch(69.7 31.8 302.3) |
| OKLCH | oklch(0.745 0.082 296.4) |
Copy-ready code
/* CSS */
color: #b1a2db;
background-color: #b1a2db;
/* Tailwind (arbitrary) */
class="text-[#b1a2db] bg-[#b1a2db]"
/* SCSS */
$brand: #b1a2db;
/* SwiftUI */
Color(red: 0.694, green: 0.635, blue: 0.859)
/* Android */
Color.parseColor("#b1a2db")Accessibility — WCAG contrast
Aa
#b1a2db on white: 2.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b1a2db on black: 9.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.4%
Green63.5%
Blue85.9%
CMYK percentages
Cyan19.2%
Magenta26.0%
Yellow0.0%
Key (black)14.1%
Color previews
#b1a2db text on a black background
contrast 9.06:1
Card sample
#b1a2db text on a white background
contrast 2.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b1a2db;
Background color
Panel with #b1a2db background
background-color: #b1a2db;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b1a2db;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(177, 162, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(177, 162, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b1a2db; background: linear-gradient(135deg, #b1a2db, #D7A2DB);