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