#b3bdff
a pale, electric blue · warm · closest name: plum
RGB
179, 189, 255
HSL
232°, 100%, 85%
CMYK
30, 26, 0, 0
Luminance
0.5320
Every format
| HEX | #b3bdff |
| RGB | rgb(179, 189, 255) |
| HSL | hsl(232, 100%, 85%) |
| CMYK | cmyk(30%, 26%, 0%, 0%) |
| LAB | lab(78.0 11.1 -33.6) |
| LCH | lch(78.0 35.4 288.3) |
| OKLCH | oklch(0.814 0.094 277.4) |
Copy-ready code
/* CSS */
color: #b3bdff;
background-color: #b3bdff;
/* Tailwind (arbitrary) */
class="text-[#b3bdff] bg-[#b3bdff]"
/* SCSS */
$brand: #b3bdff;
/* SwiftUI */
Color(red: 0.702, green: 0.741, blue: 1.000)
/* Android */
Color.parseColor("#b3bdff")Accessibility — WCAG contrast
Aa
#b3bdff on white: 1.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b3bdff on black: 11.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green74.1%
Blue100.0%
CMYK percentages
Cyan29.8%
Magenta25.9%
Yellow0.0%
Key (black)0.0%
Color previews
#b3bdff text on a black background
contrast 11.64:1
Card sample
#b3bdff text on a white background
contrast 1.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b3bdff;
Background color
Panel with #b3bdff background
background-color: #b3bdff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b3bdff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 189, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 189, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b3bdff; background: linear-gradient(135deg, #b3bdff, #DCB3FF);