#b3bdf7
a light, electric blue · warm · closest name: plum
RGB
179, 189, 247
HSL
231°, 81%, 84%
CMYK
28, 24, 0, 3
Luminance
0.5269
Every format
| HEX | #b3bdf7 |
| RGB | rgb(179, 189, 247) |
| HSL | hsl(231, 81%, 84%) |
| CMYK | cmyk(28%, 24%, 0%, 3%) |
| LAB | lab(77.7 9.2 -29.8) |
| LCH | lch(77.7 31.2 287.1) |
| OKLCH | oklch(0.811 0.083 276.8) |
Copy-ready code
/* CSS */
color: #b3bdf7;
background-color: #b3bdf7;
/* Tailwind (arbitrary) */
class="text-[#b3bdf7] bg-[#b3bdf7]"
/* SCSS */
$brand: #b3bdf7;
/* SwiftUI */
Color(red: 0.702, green: 0.741, blue: 0.969)
/* Android */
Color.parseColor("#b3bdf7")Accessibility — WCAG contrast
Aa
#b3bdf7 on white: 1.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b3bdf7 on black: 11.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green74.1%
Blue96.9%
CMYK percentages
Cyan27.5%
Magenta23.5%
Yellow0.0%
Key (black)3.1%
Color previews
#b3bdf7 text on a black background
contrast 11.54:1
Card sample
#b3bdf7 text on a white background
contrast 1.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b3bdf7;
Background color
Panel with #b3bdf7 background
background-color: #b3bdf7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b3bdf7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 189, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 189, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b3bdf7; background: linear-gradient(135deg, #b3bdf7, #D6B3F7);