#bfd5fc
a pale, electric blue · cool · closest name: lavender
RGB
191, 213, 252
HSL
218°, 91%, 87%
CMYK
24, 16, 0, 1
Luminance
0.6569
Every format
| HEX | #bfd5fc |
| RGB | rgb(191, 213, 252) |
| HSL | hsl(218, 91%, 87%) |
| CMYK | cmyk(24%, 16%, 0%, 1%) |
| LAB | lab(84.8 0.9 -21.5) |
| LCH | lch(84.8 21.5 272.5) |
| OKLCH | oklch(0.870 0.059 261.9) |
Copy-ready code
/* CSS */
color: #bfd5fc;
background-color: #bfd5fc;
/* Tailwind (arbitrary) */
class="text-[#bfd5fc] bg-[#bfd5fc]"
/* SCSS */
$brand: #bfd5fc;
/* SwiftUI */
Color(red: 0.749, green: 0.835, blue: 0.988)
/* Android */
Color.parseColor("#bfd5fc")Accessibility — WCAG contrast
Aa
#bfd5fc on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfd5fc on black: 14.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green83.5%
Blue98.8%
CMYK percentages
Cyan24.2%
Magenta15.5%
Yellow0.0%
Key (black)1.2%
Color previews
#bfd5fc text on a black background
contrast 14.14:1
Card sample
#bfd5fc text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfd5fc;
Background color
Panel with #bfd5fc background
background-color: #bfd5fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfd5fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 213, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 213, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfd5fc; background: linear-gradient(135deg, #bfd5fc, #D2BFFC);