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