#bfc2db
a light, soft blue · warm · closest name: lavender
RGB
191, 194, 219
HSL
234°, 28%, 80%
CMYK
13, 11, 0, 14
Luminance
0.5477
Every format
| HEX | #bfc2db |
| RGB | rgb(191, 194, 219) |
| HSL | hsl(234, 28%, 80%) |
| CMYK | cmyk(13%, 11%, 0%, 14%) |
| LAB | lab(78.9 3.9 -12.8) |
| LCH | lch(78.9 13.4 286.9) |
| OKLCH | oklch(0.820 0.035 280.2) |
Copy-ready code
/* CSS */
color: #bfc2db;
background-color: #bfc2db;
/* Tailwind (arbitrary) */
class="text-[#bfc2db] bg-[#bfc2db]"
/* SCSS */
$brand: #bfc2db;
/* SwiftUI */
Color(red: 0.749, green: 0.761, blue: 0.859)
/* Android */
Color.parseColor("#bfc2db")Accessibility — WCAG contrast
Aa
#bfc2db on white: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfc2db on black: 11.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green76.1%
Blue85.9%
CMYK percentages
Cyan12.8%
Magenta11.4%
Yellow0.0%
Key (black)14.1%
Color previews
#bfc2db text on a black background
contrast 11.95:1
Card sample
#bfc2db text on a white background
contrast 1.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfc2db;
Background color
Panel with #bfc2db background
background-color: #bfc2db;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfc2db;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 194, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 194, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfc2db; background: linear-gradient(135deg, #bfc2db, #CFBFDB);