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