#bfc5ee
a light, vivid blue · warm · closest name: lavender
RGB
191, 197, 238
HSL
232°, 58%, 84%
CMYK
20, 17, 0, 7
Luminance
0.5718
Every format
| HEX | #bfc5ee |
| RGB | rgb(191, 197, 238) |
| HSL | hsl(232, 58%, 84%) |
| CMYK | cmyk(20%, 17%, 0%, 7%) |
| LAB | lab(80.3 6.3 -20.9) |
| LCH | lch(80.3 21.9 286.9) |
| OKLCH | oklch(0.832 0.058 278.5) |
Copy-ready code
/* CSS */
color: #bfc5ee;
background-color: #bfc5ee;
/* Tailwind (arbitrary) */
class="text-[#bfc5ee] bg-[#bfc5ee]"
/* SCSS */
$brand: #bfc5ee;
/* SwiftUI */
Color(red: 0.749, green: 0.773, blue: 0.933)
/* Android */
Color.parseColor("#bfc5ee")Accessibility — WCAG contrast
Aa
#bfc5ee on white: 1.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfc5ee on black: 12.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green77.3%
Blue93.3%
CMYK percentages
Cyan19.7%
Magenta17.2%
Yellow0.0%
Key (black)6.7%
Color previews
#bfc5ee text on a black background
contrast 12.44:1
Card sample
#bfc5ee text on a white background
contrast 1.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfc5ee;
Background color
Panel with #bfc5ee background
background-color: #bfc5ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfc5ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 197, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 197, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfc5ee; background: linear-gradient(135deg, #bfc5ee, #D8BFEE);