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