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