#bfbade
a light, soft blue · warm · closest name: lavender
RGB
191, 186, 222
HSL
248°, 35%, 80%
CMYK
14, 16, 0, 13
Luminance
0.5147
Every format
| HEX | #bfbade |
| RGB | rgb(191, 186, 222) |
| HSL | hsl(248, 35%, 80%) |
| CMYK | cmyk(14%, 16%, 0%, 13%) |
| LAB | lab(77.0 8.8 -17.4) |
| LCH | lch(77.0 19.5 297.0) |
| OKLCH | oklch(0.805 0.051 291.6) |
Copy-ready code
/* CSS */
color: #bfbade;
background-color: #bfbade;
/* Tailwind (arbitrary) */
class="text-[#bfbade] bg-[#bfbade]"
/* SCSS */
$brand: #bfbade;
/* SwiftUI */
Color(red: 0.749, green: 0.729, blue: 0.871)
/* Android */
Color.parseColor("#bfbade")Accessibility — WCAG contrast
Aa
#bfbade on white: 1.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfbade on black: 11.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green72.9%
Blue87.1%
CMYK percentages
Cyan14.0%
Magenta16.2%
Yellow0.0%
Key (black)12.9%
Color previews
#bfbade text on a black background
contrast 11.29:1
Card sample
#bfbade text on a white background
contrast 1.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfbade;
Background color
Panel with #bfbade background
background-color: #bfbade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfbade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 186, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 186, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfbade; background: linear-gradient(135deg, #bfbade, #D7BADE);