#bfd5ff
a pale, electric blue · cool · closest name: lavender
RGB
191, 213, 255
HSL
219°, 100%, 88%
CMYK
25, 17, 0, 0
Luminance
0.6588
Every format
| HEX | #bfd5ff |
| RGB | rgb(191, 213, 255) |
| HSL | hsl(219, 100%, 88%) |
| CMYK | cmyk(25%, 17%, 0%, 0%) |
| LAB | lab(84.9 1.6 -22.9) |
| LCH | lch(84.9 23.0 274.1) |
| OKLCH | oklch(0.871 0.063 263.3) |
Copy-ready code
/* CSS */
color: #bfd5ff;
background-color: #bfd5ff;
/* Tailwind (arbitrary) */
class="text-[#bfd5ff] bg-[#bfd5ff]"
/* SCSS */
$brand: #bfd5ff;
/* SwiftUI */
Color(red: 0.749, green: 0.835, blue: 1.000)
/* Android */
Color.parseColor("#bfd5ff")Accessibility — WCAG contrast
Aa
#bfd5ff on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfd5ff on black: 14.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green83.5%
Blue100.0%
CMYK percentages
Cyan25.1%
Magenta16.5%
Yellow0.0%
Key (black)0.0%
Color previews
#bfd5ff text on a black background
contrast 14.18:1
Card sample
#bfd5ff text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfd5ff;
Background color
Panel with #bfd5ff background
background-color: #bfd5ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfd5ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 213, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 213, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfd5ff; background: linear-gradient(135deg, #bfd5ff, #D4BFFF);