#b7bddf
a light, soft blue · warm · closest name: lavender
RGB
183, 189, 223
HSL
231°, 39%, 80%
CMYK
18, 15, 0, 13
Luminance
0.5179
Every format
| HEX | #b7bddf |
| RGB | rgb(183, 189, 223) |
| HSL | hsl(231, 39%, 80%) |
| CMYK | cmyk(18%, 15%, 0%, 13%) |
| LAB | lab(77.2 4.9 -17.7) |
| LCH | lch(77.2 18.3 285.4) |
| OKLCH | oklch(0.805 0.048 277.4) |
Copy-ready code
/* CSS */
color: #b7bddf;
background-color: #b7bddf;
/* Tailwind (arbitrary) */
class="text-[#b7bddf] bg-[#b7bddf]"
/* SCSS */
$brand: #b7bddf;
/* SwiftUI */
Color(red: 0.718, green: 0.741, blue: 0.875)
/* Android */
Color.parseColor("#b7bddf")Accessibility — WCAG contrast
Aa
#b7bddf on white: 1.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b7bddf on black: 11.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.8%
Green74.1%
Blue87.5%
CMYK percentages
Cyan17.9%
Magenta15.2%
Yellow0.0%
Key (black)12.5%
Color previews
#b7bddf text on a black background
contrast 11.36:1
Card sample
#b7bddf text on a white background
contrast 1.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b7bddf;
Background color
Panel with #b7bddf background
background-color: #b7bddf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b7bddf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(183, 189, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(183, 189, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b7bddf; background: linear-gradient(135deg, #b7bddf, #CCB7DF);