#bfcceb
a light, vivid blue · cool · closest name: lavender
RGB
191, 204, 235
HSL
222°, 52%, 84%
CMYK
19, 13, 0, 8
Luminance
0.6026
Every format
| HEX | #bfcceb |
| RGB | rgb(191, 204, 235) |
| HSL | hsl(222, 52%, 84%) |
| CMYK | cmyk(19%, 13%, 0%, 8%) |
| LAB | lab(82.0 1.9 -16.8) |
| LCH | lch(82.0 16.9 276.6) |
| OKLCH | oklch(0.845 0.046 267.4) |
Copy-ready code
/* CSS */
color: #bfcceb;
background-color: #bfcceb;
/* Tailwind (arbitrary) */
class="text-[#bfcceb] bg-[#bfcceb]"
/* SCSS */
$brand: #bfcceb;
/* SwiftUI */
Color(red: 0.749, green: 0.800, blue: 0.922)
/* Android */
Color.parseColor("#bfcceb")Accessibility — WCAG contrast
Aa
#bfcceb on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfcceb on black: 13.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green80.0%
Blue92.2%
CMYK percentages
Cyan18.7%
Magenta13.2%
Yellow0.0%
Key (black)7.8%
Color previews
#bfcceb text on a black background
contrast 13.05:1
Card sample
#bfcceb text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfcceb;
Background color
Panel with #bfcceb background
background-color: #bfcceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfcceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 204, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 204, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfcceb; background: linear-gradient(135deg, #bfcceb, #CFBFEB);