#b3bfe2
a light, soft blue · cool · closest name: lavender
RGB
179, 191, 226
HSL
225°, 45%, 79%
CMYK
21, 16, 0, 11
Luminance
0.5234
Every format
| HEX | #b3bfe2 |
| RGB | rgb(179, 191, 226) |
| HSL | hsl(225, 45%, 79%) |
| CMYK | cmyk(21%, 16%, 0%, 11%) |
| LAB | lab(77.5 3.2 -18.8) |
| LCH | lch(77.5 19.1 279.7) |
| OKLCH | oklch(0.807 0.051 270.3) |
Copy-ready code
/* CSS */
color: #b3bfe2;
background-color: #b3bfe2;
/* Tailwind (arbitrary) */
class="text-[#b3bfe2] bg-[#b3bfe2]"
/* SCSS */
$brand: #b3bfe2;
/* SwiftUI */
Color(red: 0.702, green: 0.749, blue: 0.886)
/* Android */
Color.parseColor("#b3bfe2")Accessibility — WCAG contrast
Aa
#b3bfe2 on white: 1.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b3bfe2 on black: 11.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green74.9%
Blue88.6%
CMYK percentages
Cyan20.8%
Magenta15.5%
Yellow0.0%
Key (black)11.4%
Color previews
#b3bfe2 text on a black background
contrast 11.47:1
Card sample
#b3bfe2 text on a white background
contrast 1.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b3bfe2;
Background color
Panel with #b3bfe2 background
background-color: #b3bfe2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b3bfe2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 191, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 191, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b3bfe2; background: linear-gradient(135deg, #b3bfe2, #C6B3E2);