#b2bcdf
a light, soft blue · warm · closest name: lavender
RGB
178, 188, 223
HSL
227°, 41%, 79%
CMYK
20, 16, 0, 13
Luminance
0.5076
Every format
| HEX | #b2bcdf |
| RGB | rgb(178, 188, 223) |
| HSL | hsl(227, 41%, 79%) |
| CMYK | cmyk(20%, 16%, 0%, 13%) |
| LAB | lab(76.5 3.9 -18.6) |
| LCH | lch(76.5 19.0 281.7) |
| OKLCH | oklch(0.799 0.051 272.7) |
Copy-ready code
/* CSS */
color: #b2bcdf;
background-color: #b2bcdf;
/* Tailwind (arbitrary) */
class="text-[#b2bcdf] bg-[#b2bcdf]"
/* SCSS */
$brand: #b2bcdf;
/* SwiftUI */
Color(red: 0.698, green: 0.737, blue: 0.875)
/* Android */
Color.parseColor("#b2bcdf")Accessibility — WCAG contrast
Aa
#b2bcdf on white: 1.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2bcdf on black: 11.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green73.7%
Blue87.5%
CMYK percentages
Cyan20.2%
Magenta15.7%
Yellow0.0%
Key (black)12.5%
Color previews
#b2bcdf text on a black background
contrast 11.15:1
Card sample
#b2bcdf text on a white background
contrast 1.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2bcdf;
Background color
Panel with #b2bcdf background
background-color: #b2bcdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2bcdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 188, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 188, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2bcdf; background: linear-gradient(135deg, #b2bcdf, #C6B2DF);