#bfc2df
a light, soft blue · warm · closest name: lavender
RGB
191, 194, 223
HSL
234°, 33%, 81%
CMYK
14, 13, 0, 13
Luminance
0.5499
Every format
| HEX | #bfc2df |
| RGB | rgb(191, 194, 223) |
| HSL | hsl(234, 33%, 81%) |
| CMYK | cmyk(14%, 13%, 0%, 13%) |
| LAB | lab(79.0 4.7 -14.8) |
| LCH | lch(79.0 15.5 287.8) |
| OKLCH | oklch(0.821 0.041 280.8) |
Copy-ready code
/* CSS */
color: #bfc2df;
background-color: #bfc2df;
/* Tailwind (arbitrary) */
class="text-[#bfc2df] bg-[#bfc2df]"
/* SCSS */
$brand: #bfc2df;
/* SwiftUI */
Color(red: 0.749, green: 0.761, blue: 0.875)
/* Android */
Color.parseColor("#bfc2df")Accessibility — WCAG contrast
Aa
#bfc2df on white: 1.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfc2df on black: 12.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green76.1%
Blue87.5%
CMYK percentages
Cyan14.3%
Magenta13.0%
Yellow0.0%
Key (black)12.5%
Color previews
#bfc2df text on a black background
contrast 12.00:1
Card sample
#bfc2df text on a white background
contrast 1.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfc2df;
Background color
Panel with #bfc2df background
background-color: #bfc2df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfc2df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 194, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 194, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfc2df; background: linear-gradient(135deg, #bfc2df, #D1BFDF);