#b5baf4
a light, vivid blue · warm · closest name: plum
RGB
181, 186, 244
HSL
235°, 74%, 83%
CMYK
26, 24, 0, 4
Luminance
0.5147
Every format
| HEX | #b5baf4 |
| RGB | rgb(181, 186, 244) |
| HSL | hsl(235, 74%, 83%) |
| CMYK | cmyk(26%, 24%, 0%, 4%) |
| LAB | lab(77.0 10.7 -29.3) |
| LCH | lch(77.0 31.2 290.0) |
| OKLCH | oklch(0.805 0.082 280.5) |
Copy-ready code
/* CSS */
color: #b5baf4;
background-color: #b5baf4;
/* Tailwind (arbitrary) */
class="text-[#b5baf4] bg-[#b5baf4]"
/* SCSS */
$brand: #b5baf4;
/* SwiftUI */
Color(red: 0.710, green: 0.729, blue: 0.957)
/* Android */
Color.parseColor("#b5baf4")Accessibility — WCAG contrast
Aa
#b5baf4 on white: 1.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b5baf4 on black: 11.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.0%
Green72.9%
Blue95.7%
CMYK percentages
Cyan25.8%
Magenta23.8%
Yellow0.0%
Key (black)4.3%
Color previews
#b5baf4 text on a black background
contrast 11.29:1
Card sample
#b5baf4 text on a white background
contrast 1.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b5baf4;
Background color
Panel with #b5baf4 background
background-color: #b5baf4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b5baf4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(181, 186, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(181, 186, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b5baf4; background: linear-gradient(135deg, #b5baf4, #DAB5F4);