#b5bfdf
a light, soft blue · warm · closest name: lavender
RGB
181, 191, 223
HSL
226°, 40%, 79%
CMYK
19, 14, 0, 13
Luminance
0.5241
Every format
| HEX | #b5bfdf |
| RGB | rgb(181, 191, 223) |
| HSL | hsl(226, 40%, 79%) |
| CMYK | cmyk(19%, 14%, 0%, 13%) |
| LAB | lab(77.5 3.2 -17.1) |
| LCH | lch(77.5 17.4 280.5) |
| OKLCH | oklch(0.807 0.046 271.6) |
Copy-ready code
/* CSS */
color: #b5bfdf;
background-color: #b5bfdf;
/* Tailwind (arbitrary) */
class="text-[#b5bfdf] bg-[#b5bfdf]"
/* SCSS */
$brand: #b5bfdf;
/* SwiftUI */
Color(red: 0.710, green: 0.749, blue: 0.875)
/* Android */
Color.parseColor("#b5bfdf")Accessibility — WCAG contrast
Aa
#b5bfdf on white: 1.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b5bfdf on black: 11.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.0%
Green74.9%
Blue87.5%
CMYK percentages
Cyan18.8%
Magenta14.3%
Yellow0.0%
Key (black)12.5%
Color previews
#b5bfdf text on a black background
contrast 11.48:1
Card sample
#b5bfdf text on a white background
contrast 1.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b5bfdf;
Background color
Panel with #b5bfdf background
background-color: #b5bfdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b5bfdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(181, 191, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(181, 191, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b5bfdf; background: linear-gradient(135deg, #b5bfdf, #C7B5DF);