#bfd3fe
a pale, electric blue · cool · closest name: lavender
RGB
191, 211, 254
HSL
221°, 97%, 87%
CMYK
25, 17, 0, 0
Luminance
0.6482
Every format
| HEX | #bfd3fe |
| RGB | rgb(191, 211, 254) |
| HSL | hsl(221, 97%, 87%) |
| CMYK | cmyk(25%, 17%, 0%, 0%) |
| LAB | lab(84.4 2.5 -23.2) |
| LCH | lch(84.4 23.4 276.0) |
| OKLCH | oklch(0.866 0.064 265.5) |
Copy-ready code
/* CSS */
color: #bfd3fe;
background-color: #bfd3fe;
/* Tailwind (arbitrary) */
class="text-[#bfd3fe] bg-[#bfd3fe]"
/* SCSS */
$brand: #bfd3fe;
/* SwiftUI */
Color(red: 0.749, green: 0.827, blue: 0.996)
/* Android */
Color.parseColor("#bfd3fe")Accessibility — WCAG contrast
Aa
#bfd3fe on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfd3fe on black: 13.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green82.7%
Blue99.6%
CMYK percentages
Cyan24.8%
Magenta16.9%
Yellow0.0%
Key (black)0.4%
Color previews
#bfd3fe text on a black background
contrast 13.96:1
Card sample
#bfd3fe text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfd3fe;
Background color
Panel with #bfd3fe background
background-color: #bfd3fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfd3fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 211, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 211, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfd3fe; background: linear-gradient(135deg, #bfd3fe, #D5BFFE);