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