#bfdbf4
a pale, vivid blue · cool · closest name: lavender
RGB
191, 219, 244
HSL
208°, 71%, 85%
CMYK
22, 10, 0, 4
Luminance
0.6827
Every format
| HEX | #bfdbf4 |
| RGB | rgb(191, 219, 244) |
| HSL | hsl(208, 71%, 85%) |
| CMYK | cmyk(22%, 10%, 0%, 4%) |
| LAB | lab(86.1 -4.0 -15.3) |
| LCH | lch(86.1 15.8 255.4) |
| OKLCH | oklch(0.879 0.046 245.3) |
Copy-ready code
/* CSS */
color: #bfdbf4;
background-color: #bfdbf4;
/* Tailwind (arbitrary) */
class="text-[#bfdbf4] bg-[#bfdbf4]"
/* SCSS */
$brand: #bfdbf4;
/* SwiftUI */
Color(red: 0.749, green: 0.859, blue: 0.957)
/* Android */
Color.parseColor("#bfdbf4")Accessibility — WCAG contrast
Aa
#bfdbf4 on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfdbf4 on black: 14.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green85.9%
Blue95.7%
CMYK percentages
Cyan21.7%
Magenta10.2%
Yellow0.0%
Key (black)4.3%
Color previews
#bfdbf4 text on a black background
contrast 14.65:1
Card sample
#bfdbf4 text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfdbf4;
Background color
Panel with #bfdbf4 background
background-color: #bfdbf4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfdbf4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 219, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 219, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfdbf4; background: linear-gradient(135deg, #bfdbf4, #C6BFF4);