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