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