#bfc6e3
a light, soft blue · warm · closest name: lavender
RGB
191, 198, 227
HSL
228°, 39%, 82%
CMYK
16, 13, 0, 11
Luminance
0.5701
Every format
| HEX | #bfc6e3 |
| RGB | rgb(191, 198, 227) |
| HSL | hsl(228, 39%, 82%) |
| CMYK | cmyk(16%, 13%, 0%, 11%) |
| LAB | lab(80.2 3.4 -15.2) |
| LCH | lch(80.2 15.6 282.7) |
| OKLCH | oklch(0.830 0.041 274.7) |
Copy-ready code
/* CSS */
color: #bfc6e3;
background-color: #bfc6e3;
/* Tailwind (arbitrary) */
class="text-[#bfc6e3] bg-[#bfc6e3]"
/* SCSS */
$brand: #bfc6e3;
/* SwiftUI */
Color(red: 0.749, green: 0.776, blue: 0.890)
/* Android */
Color.parseColor("#bfc6e3")Accessibility — WCAG contrast
Aa
#bfc6e3 on white: 1.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfc6e3 on black: 12.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green77.6%
Blue89.0%
CMYK percentages
Cyan15.9%
Magenta12.8%
Yellow0.0%
Key (black)11.0%
Color previews
#bfc6e3 text on a black background
contrast 12.40:1
Card sample
#bfc6e3 text on a white background
contrast 1.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfc6e3;
Background color
Panel with #bfc6e3 background
background-color: #bfc6e3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfc6e3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 198, 227, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 198, 227, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfc6e3; background: linear-gradient(135deg, #bfc6e3, #D0BFE3);