#b3b5eb
a light, vivid blue · warm · closest name: plum
RGB
179, 181, 235
HSL
238°, 58%, 81%
CMYK
24, 23, 0, 8
Luminance
0.4863
Every format
| HEX | #b3b5eb |
| RGB | rgb(179, 181, 235) |
| HSL | hsl(238, 58%, 81%) |
| CMYK | cmyk(24%, 23%, 0%, 8%) |
| LAB | lab(75.2 10.7 -27.1) |
| LCH | lch(75.2 29.2 291.6) |
| OKLCH | oklch(0.790 0.076 282.8) |
Copy-ready code
/* CSS */
color: #b3b5eb;
background-color: #b3b5eb;
/* Tailwind (arbitrary) */
class="text-[#b3b5eb] bg-[#b3b5eb]"
/* SCSS */
$brand: #b3b5eb;
/* SwiftUI */
Color(red: 0.702, green: 0.710, blue: 0.922)
/* Android */
Color.parseColor("#b3b5eb")Accessibility — WCAG contrast
Aa
#b3b5eb on white: 1.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b3b5eb on black: 10.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green71.0%
Blue92.2%
CMYK percentages
Cyan23.8%
Magenta23.0%
Yellow0.0%
Key (black)7.8%
Color previews
#b3b5eb text on a black background
contrast 10.73:1
Card sample
#b3b5eb text on a white background
contrast 1.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b3b5eb;
Background color
Panel with #b3b5eb background
background-color: #b3b5eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b3b5eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 181, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 181, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b3b5eb; background: linear-gradient(135deg, #b3b5eb, #D6B3EB);