#b4bddf
a light, soft blue · warm · closest name: lavender
RGB
180, 189, 223
HSL
227°, 40%, 79%
CMYK
19, 15, 0, 13
Luminance
0.5143
Every format
| HEX | #b4bddf |
| RGB | rgb(180, 189, 223) |
| HSL | hsl(227, 40%, 79%) |
| CMYK | cmyk(19%, 15%, 0%, 13%) |
| LAB | lab(76.9 3.9 -18.0) |
| LCH | lch(76.9 18.4 282.3) |
| OKLCH | oklch(0.803 0.049 273.6) |
Copy-ready code
/* CSS */
color: #b4bddf;
background-color: #b4bddf;
/* Tailwind (arbitrary) */
class="text-[#b4bddf] bg-[#b4bddf]"
/* SCSS */
$brand: #b4bddf;
/* SwiftUI */
Color(red: 0.706, green: 0.741, blue: 0.875)
/* Android */
Color.parseColor("#b4bddf")Accessibility — WCAG contrast
Aa
#b4bddf on white: 1.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b4bddf on black: 11.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.6%
Green74.1%
Blue87.5%
CMYK percentages
Cyan19.3%
Magenta15.2%
Yellow0.0%
Key (black)12.5%
Color previews
#b4bddf text on a black background
contrast 11.29:1
Card sample
#b4bddf text on a white background
contrast 1.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b4bddf;
Background color
Panel with #b4bddf background
background-color: #b4bddf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b4bddf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(180, 189, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(180, 189, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b4bddf; background: linear-gradient(135deg, #b4bddf, #C8B4DF);