#b7b2df
a light, soft blue · warm · closest name: plum
RGB
183, 178, 223
HSL
247°, 41%, 79%
CMYK
18, 20, 0, 13
Luminance
0.4724
Every format
| HEX | #b7b2df |
| RGB | rgb(183, 178, 223) |
| HSL | hsl(247, 41%, 79%) |
| CMYK | cmyk(18%, 20%, 0%, 13%) |
| LAB | lab(74.3 10.9 -21.9) |
| LCH | lch(74.3 24.5 296.4) |
| OKLCH | oklch(0.783 0.064 289.9) |
Copy-ready code
/* CSS */
color: #b7b2df;
background-color: #b7b2df;
/* Tailwind (arbitrary) */
class="text-[#b7b2df] bg-[#b7b2df]"
/* SCSS */
$brand: #b7b2df;
/* SwiftUI */
Color(red: 0.718, green: 0.698, blue: 0.875)
/* Android */
Color.parseColor("#b7b2df")Accessibility — WCAG contrast
Aa
#b7b2df on white: 2.01:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b7b2df on black: 10.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.8%
Green69.8%
Blue87.5%
CMYK percentages
Cyan17.9%
Magenta20.2%
Yellow0.0%
Key (black)12.5%
Color previews
#b7b2df text on a black background
contrast 10.45:1
Card sample
#b7b2df text on a white background
contrast 2.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b7b2df;
Background color
Panel with #b7b2df background
background-color: #b7b2df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b7b2df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(183, 178, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(183, 178, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b7b2df; background: linear-gradient(135deg, #b7b2df, #D5B2DF);