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