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