#bfd1fc
a pale, electric blue · cool · closest name: lavender
RGB
191, 209, 252
HSL
222°, 91%, 87%
CMYK
24, 17, 0, 1
Luminance
0.6371
Every format
| HEX | #bfd1fc |
| RGB | rgb(191, 209, 252) |
| HSL | hsl(222, 91%, 87%) |
| CMYK | cmyk(24%, 17%, 0%, 1%) |
| LAB | lab(83.8 3.1 -23.0) |
| LCH | lch(83.8 23.2 277.6) |
| OKLCH | oklch(0.861 0.063 267.2) |
Copy-ready code
/* CSS */
color: #bfd1fc;
background-color: #bfd1fc;
/* Tailwind (arbitrary) */
class="text-[#bfd1fc] bg-[#bfd1fc]"
/* SCSS */
$brand: #bfd1fc;
/* SwiftUI */
Color(red: 0.749, green: 0.820, blue: 0.988)
/* Android */
Color.parseColor("#bfd1fc")Accessibility — WCAG contrast
Aa
#bfd1fc on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfd1fc on black: 13.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green82.0%
Blue98.8%
CMYK percentages
Cyan24.2%
Magenta17.1%
Yellow0.0%
Key (black)1.2%
Color previews
#bfd1fc text on a black background
contrast 13.74:1
Card sample
#bfd1fc text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfd1fc;
Background color
Panel with #bfd1fc background
background-color: #bfd1fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfd1fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 209, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 209, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfd1fc; background: linear-gradient(135deg, #bfd1fc, #D6BFFC);