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