#bfd7fc
a pale, electric blue · cool · closest name: lavender
RGB
191, 215, 252
HSL
216°, 91%, 87%
CMYK
24, 15, 0, 1
Luminance
0.6671
Every format
| HEX | #bfd7fc |
| RGB | rgb(191, 215, 252) |
| HSL | hsl(216, 91%, 87%) |
| CMYK | cmyk(24%, 15%, 0%, 1%) |
| LAB | lab(85.3 -0.1 -20.7) |
| LCH | lch(85.3 20.7 269.7) |
| OKLCH | oklch(0.874 0.058 259.0) |
Copy-ready code
/* CSS */
color: #bfd7fc;
background-color: #bfd7fc;
/* Tailwind (arbitrary) */
class="text-[#bfd7fc] bg-[#bfd7fc]"
/* SCSS */
$brand: #bfd7fc;
/* SwiftUI */
Color(red: 0.749, green: 0.843, blue: 0.988)
/* Android */
Color.parseColor("#bfd7fc")Accessibility — WCAG contrast
Aa
#bfd7fc on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfd7fc on black: 14.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green84.3%
Blue98.8%
CMYK percentages
Cyan24.2%
Magenta14.7%
Yellow0.0%
Key (black)1.2%
Color previews
#bfd7fc text on a black background
contrast 14.34:1
Card sample
#bfd7fc text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfd7fc;
Background color
Panel with #bfd7fc background
background-color: #bfd7fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfd7fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 215, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 215, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfd7fc; background: linear-gradient(135deg, #bfd7fc, #D0BFFC);