#b7b2ff
a light, electric blue · warm · closest name: plum
RGB
183, 178, 255
HSL
244°, 100%, 85%
CMYK
28, 30, 0, 0
Luminance
0.4913
Every format
| HEX | #b7b2ff |
| RGB | rgb(183, 178, 255) |
| HSL | hsl(244, 100%, 85%) |
| CMYK | cmyk(28%, 30%, 0%, 0%) |
| LAB | lab(75.5 18.3 -37.4) |
| LCH | lch(75.5 41.6 296.1) |
| OKLCH | oklch(0.796 0.108 286.6) |
Copy-ready code
/* CSS */
color: #b7b2ff;
background-color: #b7b2ff;
/* Tailwind (arbitrary) */
class="text-[#b7b2ff] bg-[#b7b2ff]"
/* SCSS */
$brand: #b7b2ff;
/* SwiftUI */
Color(red: 0.718, green: 0.698, blue: 1.000)
/* Android */
Color.parseColor("#b7b2ff")Accessibility — WCAG contrast
Aa
#b7b2ff on white: 1.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b7b2ff on black: 10.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.8%
Green69.8%
Blue100.0%
CMYK percentages
Cyan28.2%
Magenta30.2%
Yellow0.0%
Key (black)0.0%
Color previews
#b7b2ff text on a black background
contrast 10.83:1
Card sample
#b7b2ff text on a white background
contrast 1.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b7b2ff;
Background color
Panel with #b7b2ff background
background-color: #b7b2ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b7b2ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(183, 178, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(183, 178, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b7b2ff; background: linear-gradient(135deg, #b7b2ff, #EAB2FF);