#bfd8f9
a pale, electric blue · cool · closest name: lavender
RGB
191, 216, 249
HSL
214°, 83%, 86%
CMYK
23, 13, 0, 2
Luminance
0.6703
Every format
| HEX | #bfd8f9 |
| RGB | rgb(191, 216, 249) |
| HSL | hsl(214, 83%, 86%) |
| CMYK | cmyk(23%, 13%, 0%, 2%) |
| LAB | lab(85.5 -1.3 -18.9) |
| LCH | lch(85.5 18.9 266.0) |
| OKLCH | oklch(0.875 0.053 255.4) |
Copy-ready code
/* CSS */
color: #bfd8f9;
background-color: #bfd8f9;
/* Tailwind (arbitrary) */
class="text-[#bfd8f9] bg-[#bfd8f9]"
/* SCSS */
$brand: #bfd8f9;
/* SwiftUI */
Color(red: 0.749, green: 0.847, blue: 0.976)
/* Android */
Color.parseColor("#bfd8f9")Accessibility — WCAG contrast
Aa
#bfd8f9 on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfd8f9 on black: 14.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green84.7%
Blue97.6%
CMYK percentages
Cyan23.3%
Magenta13.3%
Yellow0.0%
Key (black)2.4%
Color previews
#bfd8f9 text on a black background
contrast 14.41:1
Card sample
#bfd8f9 text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfd8f9;
Background color
Panel with #bfd8f9 background
background-color: #bfd8f9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfd8f9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 216, 249, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 216, 249, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfd8f9; background: linear-gradient(135deg, #bfd8f9, #CDBFF9);