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