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