#b1adf9
a light, electric blue · warm · closest name: plum
RGB
177, 173, 249
HSL
243°, 86%, 83%
CMYK
29, 31, 0, 2
Luminance
0.4607
Every format
| HEX | #b1adf9 |
| RGB | rgb(177, 173, 249) |
| HSL | hsl(243, 86%, 83%) |
| CMYK | cmyk(29%, 31%, 0%, 2%) |
| LAB | lab(73.6 17.9 -37.2) |
| LCH | lch(73.6 41.3 295.7) |
| OKLCH | oklch(0.779 0.107 286.0) |
Copy-ready code
/* CSS */
color: #b1adf9;
background-color: #b1adf9;
/* Tailwind (arbitrary) */
class="text-[#b1adf9] bg-[#b1adf9]"
/* SCSS */
$brand: #b1adf9;
/* SwiftUI */
Color(red: 0.694, green: 0.678, blue: 0.976)
/* Android */
Color.parseColor("#b1adf9")Accessibility — WCAG contrast
Aa
#b1adf9 on white: 2.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b1adf9 on black: 10.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.4%
Green67.8%
Blue97.6%
CMYK percentages
Cyan28.9%
Magenta30.5%
Yellow0.0%
Key (black)2.4%
Color previews
#b1adf9 text on a black background
contrast 10.21:1
Card sample
#b1adf9 text on a white background
contrast 2.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b1adf9;
Background color
Panel with #b1adf9 background
background-color: #b1adf9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b1adf9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(177, 173, 249, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(177, 173, 249, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b1adf9; background: linear-gradient(135deg, #b1adf9, #E4ADF9);