#bfdceb
a light, vivid blue · cool · closest name: lavender
RGB
191, 220, 235
HSL
201°, 52%, 84%
CMYK
19, 6, 0, 8
Luminance
0.6826
Every format
| HEX | #bfdceb |
| RGB | rgb(191, 220, 235) |
| HSL | hsl(201, 52%, 84%) |
| CMYK | cmyk(19%, 6%, 0%, 8%) |
| LAB | lab(86.1 -6.4 -10.5) |
| LCH | lch(86.1 12.3 238.6) |
| OKLCH | oklch(0.878 0.037 230.3) |
Copy-ready code
/* CSS */
color: #bfdceb;
background-color: #bfdceb;
/* Tailwind (arbitrary) */
class="text-[#bfdceb] bg-[#bfdceb]"
/* SCSS */
$brand: #bfdceb;
/* SwiftUI */
Color(red: 0.749, green: 0.863, blue: 0.922)
/* Android */
Color.parseColor("#bfdceb")Accessibility — WCAG contrast
Aa
#bfdceb on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfdceb on black: 14.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green86.3%
Blue92.2%
CMYK percentages
Cyan18.7%
Magenta6.4%
Yellow0.0%
Key (black)7.8%
Color previews
#bfdceb text on a black background
contrast 14.65:1
Card sample
#bfdceb text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfdceb;
Background color
Panel with #bfdceb background
background-color: #bfdceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfdceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 220, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 220, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfdceb; background: linear-gradient(135deg, #bfdceb, #BFBFEB);