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