#b3b0df
a light, soft blue · warm · closest name: plum
RGB
179, 176, 223
HSL
244°, 42%, 78%
CMYK
20, 21, 0, 13
Luminance
0.4596
Every format
| HEX | #b3b0df |
| RGB | rgb(179, 176, 223) |
| HSL | hsl(244, 42%, 78%) |
| CMYK | cmyk(20%, 21%, 0%, 13%) |
| LAB | lab(73.5 10.7 -23.2) |
| LCH | lch(73.5 25.6 294.8) |
| OKLCH | oklch(0.776 0.067 287.7) |
Copy-ready code
/* CSS */
color: #b3b0df;
background-color: #b3b0df;
/* Tailwind (arbitrary) */
class="text-[#b3b0df] bg-[#b3b0df]"
/* SCSS */
$brand: #b3b0df;
/* SwiftUI */
Color(red: 0.702, green: 0.690, blue: 0.875)
/* Android */
Color.parseColor("#b3b0df")Accessibility — WCAG contrast
Aa
#b3b0df on white: 2.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b3b0df on black: 10.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green69.0%
Blue87.5%
CMYK percentages
Cyan19.7%
Magenta21.1%
Yellow0.0%
Key (black)12.5%
Color previews
#b3b0df text on a black background
contrast 10.19:1
Card sample
#b3b0df text on a white background
contrast 2.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b3b0df;
Background color
Panel with #b3b0df background
background-color: #b3b0df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b3b0df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 176, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 176, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b3b0df; background: linear-gradient(135deg, #b3b0df, #D2B0DF);