#b0bcdf
a light, soft blue · cool · closest name: lavender
RGB
176, 188, 223
HSL
225°, 42%, 78%
CMYK
21, 16, 0, 13
Luminance
0.5052
Every format
| HEX | #b0bcdf |
| RGB | rgb(176, 188, 223) |
| HSL | hsl(225, 42%, 78%) |
| CMYK | cmyk(21%, 16%, 0%, 13%) |
| LAB | lab(76.4 3.2 -18.9) |
| LCH | lch(76.4 19.1 279.7) |
| OKLCH | oklch(0.798 0.051 270.3) |
Copy-ready code
/* CSS */
color: #b0bcdf;
background-color: #b0bcdf;
/* Tailwind (arbitrary) */
class="text-[#b0bcdf] bg-[#b0bcdf]"
/* SCSS */
$brand: #b0bcdf;
/* SwiftUI */
Color(red: 0.690, green: 0.737, blue: 0.875)
/* Android */
Color.parseColor("#b0bcdf")Accessibility — WCAG contrast
Aa
#b0bcdf on white: 1.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b0bcdf on black: 11.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green73.7%
Blue87.5%
CMYK percentages
Cyan21.1%
Magenta15.7%
Yellow0.0%
Key (black)12.5%
Color previews
#b0bcdf text on a black background
contrast 11.10:1
Card sample
#b0bcdf text on a white background
contrast 1.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b0bcdf;
Background color
Panel with #b0bcdf background
background-color: #b0bcdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b0bcdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 188, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 188, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b0bcdf; background: linear-gradient(135deg, #b0bcdf, #C3B0DF);