#bfd8f3
a pale, vivid blue · cool · closest name: lavender
RGB
191, 216, 243
HSL
211°, 68%, 85%
CMYK
21, 11, 0, 5
Luminance
0.6666
Every format
| HEX | #bfd8f3 |
| RGB | rgb(191, 216, 243) |
| HSL | hsl(211, 68%, 85%) |
| CMYK | cmyk(21%, 11%, 0%, 5%) |
| LAB | lab(85.3 -2.6 -16.0) |
| LCH | lch(85.3 16.2 260.6) |
| OKLCH | oklch(0.872 0.046 250.4) |
Copy-ready code
/* CSS */
color: #bfd8f3;
background-color: #bfd8f3;
/* Tailwind (arbitrary) */
class="text-[#bfd8f3] bg-[#bfd8f3]"
/* SCSS */
$brand: #bfd8f3;
/* SwiftUI */
Color(red: 0.749, green: 0.847, blue: 0.953)
/* Android */
Color.parseColor("#bfd8f3")Accessibility — WCAG contrast
Aa
#bfd8f3 on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfd8f3 on black: 14.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green84.7%
Blue95.3%
CMYK percentages
Cyan21.4%
Magenta11.1%
Yellow0.0%
Key (black)4.7%
Color previews
#bfd8f3 text on a black background
contrast 14.33:1
Card sample
#bfd8f3 text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfd8f3;
Background color
Panel with #bfd8f3 background
background-color: #bfd8f3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfd8f3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 216, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 216, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfd8f3; background: linear-gradient(135deg, #bfd8f3, #C9BFF3);