#bfc1eb
a light, vivid blue · warm · closest name: lavender
RGB
191, 193, 235
HSL
237°, 52%, 84%
CMYK
19, 18, 0, 8
Luminance
0.5521
Every format
| HEX | #bfc1eb |
| RGB | rgb(191, 193, 235) |
| HSL | hsl(237, 52%, 84%) |
| CMYK | cmyk(19%, 18%, 0%, 8%) |
| LAB | lab(79.2 7.8 -21.0) |
| LCH | lch(79.2 22.4 290.5) |
| OKLCH | oklch(0.823 0.059 282.9) |
Copy-ready code
/* CSS */
color: #bfc1eb;
background-color: #bfc1eb;
/* Tailwind (arbitrary) */
class="text-[#bfc1eb] bg-[#bfc1eb]"
/* SCSS */
$brand: #bfc1eb;
/* SwiftUI */
Color(red: 0.749, green: 0.757, blue: 0.922)
/* Android */
Color.parseColor("#bfc1eb")Accessibility — WCAG contrast
Aa
#bfc1eb on white: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfc1eb on black: 12.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green75.7%
Blue92.2%
CMYK percentages
Cyan18.7%
Magenta17.9%
Yellow0.0%
Key (black)7.8%
Color previews
#bfc1eb text on a black background
contrast 12.04:1
Card sample
#bfc1eb text on a white background
contrast 1.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfc1eb;
Background color
Panel with #bfc1eb background
background-color: #bfc1eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfc1eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 193, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 193, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfc1eb; background: linear-gradient(135deg, #bfc1eb, #DABFEB);