#bfd5fe
a pale, electric blue · cool · closest name: lavender
RGB
191, 213, 254
HSL
219°, 97%, 87%
CMYK
25, 16, 0, 0
Luminance
0.6582
Every format
| HEX | #bfd5fe |
| RGB | rgb(191, 213, 254) |
| HSL | hsl(219, 97%, 87%) |
| CMYK | cmyk(25%, 16%, 0%, 0%) |
| LAB | lab(84.9 1.4 -22.4) |
| LCH | lch(84.9 22.5 273.6) |
| OKLCH | oklch(0.870 0.062 262.8) |
Copy-ready code
/* CSS */
color: #bfd5fe;
background-color: #bfd5fe;
/* Tailwind (arbitrary) */
class="text-[#bfd5fe] bg-[#bfd5fe]"
/* SCSS */
$brand: #bfd5fe;
/* SwiftUI */
Color(red: 0.749, green: 0.835, blue: 0.996)
/* Android */
Color.parseColor("#bfd5fe")Accessibility — WCAG contrast
Aa
#bfd5fe on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfd5fe on black: 14.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green83.5%
Blue99.6%
CMYK percentages
Cyan24.8%
Magenta16.1%
Yellow0.0%
Key (black)0.4%
Color previews
#bfd5fe text on a black background
contrast 14.16:1
Card sample
#bfd5fe text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfd5fe;
Background color
Panel with #bfd5fe background
background-color: #bfd5fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfd5fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 213, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 213, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfd5fe; background: linear-gradient(135deg, #bfd5fe, #D3BFFE);