#b5bcdf
a light, soft blue · warm · closest name: lavender
RGB
181, 188, 223
HSL
230°, 40%, 79%
CMYK
19, 16, 0, 13
Luminance
0.5112
Every format
| HEX | #b5bcdf |
| RGB | rgb(181, 188, 223) |
| HSL | hsl(230, 40%, 79%) |
| CMYK | cmyk(19%, 16%, 0%, 13%) |
| LAB | lab(76.8 4.8 -18.3) |
| LCH | lch(76.8 18.9 284.7) |
| OKLCH | oklch(0.801 0.050 276.3) |
Copy-ready code
/* CSS */
color: #b5bcdf;
background-color: #b5bcdf;
/* Tailwind (arbitrary) */
class="text-[#b5bcdf] bg-[#b5bcdf]"
/* SCSS */
$brand: #b5bcdf;
/* SwiftUI */
Color(red: 0.710, green: 0.737, blue: 0.875)
/* Android */
Color.parseColor("#b5bcdf")Accessibility — WCAG contrast
Aa
#b5bcdf on white: 1.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b5bcdf on black: 11.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.0%
Green73.7%
Blue87.5%
CMYK percentages
Cyan18.8%
Magenta15.7%
Yellow0.0%
Key (black)12.5%
Color previews
#b5bcdf text on a black background
contrast 11.22:1
Card sample
#b5bcdf text on a white background
contrast 1.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b5bcdf;
Background color
Panel with #b5bcdf background
background-color: #b5bcdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b5bcdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(181, 188, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(181, 188, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b5bcdf; background: linear-gradient(135deg, #b5bcdf, #CAB5DF);