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