#b4bfe4
a light, vivid blue · warm · closest name: lavender
RGB
180, 191, 228
HSL
226°, 47%, 80%
CMYK
21, 16, 0, 11
Luminance
0.5257
Every format
| HEX | #b4bfe4 |
| RGB | rgb(180, 191, 228) |
| HSL | hsl(226, 47%, 80%) |
| CMYK | cmyk(21%, 16%, 0%, 11%) |
| LAB | lab(77.6 4.0 -19.7) |
| LCH | lch(77.6 20.1 281.4) |
| OKLCH | oklch(0.808 0.054 272.1) |
Copy-ready code
/* CSS */
color: #b4bfe4;
background-color: #b4bfe4;
/* Tailwind (arbitrary) */
class="text-[#b4bfe4] bg-[#b4bfe4]"
/* SCSS */
$brand: #b4bfe4;
/* SwiftUI */
Color(red: 0.706, green: 0.749, blue: 0.894)
/* Android */
Color.parseColor("#b4bfe4")Accessibility — WCAG contrast
Aa
#b4bfe4 on white: 1.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b4bfe4 on black: 11.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.6%
Green74.9%
Blue89.4%
CMYK percentages
Cyan21.1%
Magenta16.2%
Yellow0.0%
Key (black)10.6%
Color previews
#b4bfe4 text on a black background
contrast 11.51:1
Card sample
#b4bfe4 text on a white background
contrast 1.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b4bfe4;
Background color
Panel with #b4bfe4 background
background-color: #b4bfe4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b4bfe4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(180, 191, 228, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(180, 191, 228, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b4bfe4; background: linear-gradient(135deg, #b4bfe4, #C9B4E4);