#bfd3fc
a pale, electric blue · cool · closest name: lavender
RGB
191, 211, 252
HSL
220°, 91%, 87%
CMYK
24, 16, 0, 1
Luminance
0.6469
Every format
| HEX | #bfd3fc |
| RGB | rgb(191, 211, 252) |
| HSL | hsl(220, 91%, 87%) |
| CMYK | cmyk(24%, 16%, 0%, 1%) |
| LAB | lab(84.3 2.0 -22.3) |
| LCH | lch(84.3 22.4 275.1) |
| OKLCH | oklch(0.865 0.061 264.6) |
Copy-ready code
/* CSS */
color: #bfd3fc;
background-color: #bfd3fc;
/* Tailwind (arbitrary) */
class="text-[#bfd3fc] bg-[#bfd3fc]"
/* SCSS */
$brand: #bfd3fc;
/* SwiftUI */
Color(red: 0.749, green: 0.827, blue: 0.988)
/* Android */
Color.parseColor("#bfd3fc")Accessibility — WCAG contrast
Aa
#bfd3fc on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfd3fc on black: 13.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green82.7%
Blue98.8%
CMYK percentages
Cyan24.2%
Magenta16.3%
Yellow0.0%
Key (black)1.2%
Color previews
#bfd3fc text on a black background
contrast 13.94:1
Card sample
#bfd3fc text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfd3fc;
Background color
Panel with #bfd3fc background
background-color: #bfd3fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfd3fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 211, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 211, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfd3fc; background: linear-gradient(135deg, #bfd3fc, #D4BFFC);