#bfc9eb
a light, vivid blue · warm · closest name: lavender
RGB
191, 201, 235
HSL
226°, 52%, 84%
CMYK
19, 15, 0, 8
Luminance
0.5885
Every format
| HEX | #bfc9eb |
| RGB | rgb(191, 201, 235) |
| HSL | hsl(226, 52%, 84%) |
| CMYK | cmyk(19%, 15%, 0%, 8%) |
| LAB | lab(81.2 3.5 -17.9) |
| LCH | lch(81.2 18.3 281.2) |
| OKLCH | oklch(0.839 0.049 272.4) |
Copy-ready code
/* CSS */
color: #bfc9eb;
background-color: #bfc9eb;
/* Tailwind (arbitrary) */
class="text-[#bfc9eb] bg-[#bfc9eb]"
/* SCSS */
$brand: #bfc9eb;
/* SwiftUI */
Color(red: 0.749, green: 0.788, blue: 0.922)
/* Android */
Color.parseColor("#bfc9eb")Accessibility — WCAG contrast
Aa
#bfc9eb on white: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfc9eb on black: 12.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green78.8%
Blue92.2%
CMYK percentages
Cyan18.7%
Magenta14.5%
Yellow0.0%
Key (black)7.8%
Color previews
#bfc9eb text on a black background
contrast 12.77:1
Card sample
#bfc9eb text on a white background
contrast 1.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfc9eb;
Background color
Panel with #bfc9eb background
background-color: #bfc9eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfc9eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 201, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 201, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfc9eb; background: linear-gradient(135deg, #bfc9eb, #D2BFEB);