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