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