#bfd9ff
a pale, electric blue · cool · closest name: lavender
RGB
191, 217, 255
HSL
216°, 100%, 88%
CMYK
25, 15, 0, 0
Luminance
0.6792
Every format
| HEX | #bfd9ff |
| RGB | rgb(191, 217, 255) |
| HSL | hsl(216, 100%, 88%) |
| CMYK | cmyk(25%, 15%, 0%, 0%) |
| LAB | lab(86.0 -0.5 -21.4) |
| LCH | lch(86.0 21.4 268.7) |
| OKLCH | oklch(0.879 0.060 257.8) |
Copy-ready code
/* CSS */
color: #bfd9ff;
background-color: #bfd9ff;
/* Tailwind (arbitrary) */
class="text-[#bfd9ff] bg-[#bfd9ff]"
/* SCSS */
$brand: #bfd9ff;
/* SwiftUI */
Color(red: 0.749, green: 0.851, blue: 1.000)
/* Android */
Color.parseColor("#bfd9ff")Accessibility — WCAG contrast
Aa
#bfd9ff on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfd9ff on black: 14.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green85.1%
Blue100.0%
CMYK percentages
Cyan25.1%
Magenta14.9%
Yellow0.0%
Key (black)0.0%
Color previews
#bfd9ff text on a black background
contrast 14.58:1
Card sample
#bfd9ff text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfd9ff;
Background color
Panel with #bfd9ff background
background-color: #bfd9ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfd9ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 217, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 217, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfd9ff; background: linear-gradient(135deg, #bfd9ff, #D0BFFF);