#bfcdec
a light, vivid blue · cool · closest name: lavender
RGB
191, 205, 236
HSL
221°, 54%, 84%
CMYK
19, 13, 0, 8
Luminance
0.6080
Every format
| HEX | #bfcdec |
| RGB | rgb(191, 205, 236) |
| HSL | hsl(221, 54%, 84%) |
| CMYK | cmyk(19%, 13%, 0%, 8%) |
| LAB | lab(82.3 1.6 -16.9) |
| LCH | lch(82.3 16.9 275.5) |
| OKLCH | oklch(0.848 0.046 266.1) |
Copy-ready code
/* CSS */
color: #bfcdec;
background-color: #bfcdec;
/* Tailwind (arbitrary) */
class="text-[#bfcdec] bg-[#bfcdec]"
/* SCSS */
$brand: #bfcdec;
/* SwiftUI */
Color(red: 0.749, green: 0.804, blue: 0.925)
/* Android */
Color.parseColor("#bfcdec")Accessibility — WCAG contrast
Aa
#bfcdec on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfcdec on black: 13.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green80.4%
Blue92.5%
CMYK percentages
Cyan19.1%
Magenta13.1%
Yellow0.0%
Key (black)7.5%
Color previews
#bfcdec text on a black background
contrast 13.16:1
Card sample
#bfcdec text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfcdec;
Background color
Panel with #bfcdec background
background-color: #bfcdec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfcdec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 205, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 205, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfcdec; background: linear-gradient(135deg, #bfcdec, #CFBFEC);