#bfc6df
a light, soft blue · warm · closest name: lavender
RGB
191, 198, 223
HSL
227°, 33%, 81%
CMYK
14, 11, 0, 13
Luminance
0.5679
Every format
| HEX | #bfc6df |
| RGB | rgb(191, 198, 223) |
| HSL | hsl(227, 33%, 81%) |
| CMYK | cmyk(14%, 11%, 0%, 13%) |
| LAB | lab(80.1 2.6 -13.2) |
| LCH | lch(80.1 13.5 281.1) |
| OKLCH | oklch(0.829 0.036 273.2) |
Copy-ready code
/* CSS */
color: #bfc6df;
background-color: #bfc6df;
/* Tailwind (arbitrary) */
class="text-[#bfc6df] bg-[#bfc6df]"
/* SCSS */
$brand: #bfc6df;
/* SwiftUI */
Color(red: 0.749, green: 0.776, blue: 0.875)
/* Android */
Color.parseColor("#bfc6df")Accessibility — WCAG contrast
Aa
#bfc6df on white: 1.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfc6df on black: 12.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green77.6%
Blue87.5%
CMYK percentages
Cyan14.3%
Magenta11.2%
Yellow0.0%
Key (black)12.5%
Color previews
#bfc6df text on a black background
contrast 12.36:1
Card sample
#bfc6df text on a white background
contrast 1.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfc6df;
Background color
Panel with #bfc6df background
background-color: #bfc6df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfc6df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 198, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 198, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfc6df; background: linear-gradient(135deg, #bfc6df, #CDBFDF);