#bfd7f9
a pale, electric blue · cool · closest name: lavender
RGB
191, 215, 249
HSL
215°, 83%, 86%
CMYK
23, 14, 0, 2
Luminance
0.6652
Every format
| HEX | #bfd7f9 |
| RGB | rgb(191, 215, 249) |
| HSL | hsl(215, 83%, 86%) |
| CMYK | cmyk(23%, 14%, 0%, 2%) |
| LAB | lab(85.3 -0.8 -19.3) |
| LCH | lch(85.3 19.3 267.7) |
| OKLCH | oklch(0.872 0.054 257.1) |
Copy-ready code
/* CSS */
color: #bfd7f9;
background-color: #bfd7f9;
/* Tailwind (arbitrary) */
class="text-[#bfd7f9] bg-[#bfd7f9]"
/* SCSS */
$brand: #bfd7f9;
/* SwiftUI */
Color(red: 0.749, green: 0.843, blue: 0.976)
/* Android */
Color.parseColor("#bfd7f9")Accessibility — WCAG contrast
Aa
#bfd7f9 on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfd7f9 on black: 14.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green84.3%
Blue97.6%
CMYK percentages
Cyan23.3%
Magenta13.7%
Yellow0.0%
Key (black)2.4%
Color previews
#bfd7f9 text on a black background
contrast 14.30:1
Card sample
#bfd7f9 text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfd7f9;
Background color
Panel with #bfd7f9 background
background-color: #bfd7f9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfd7f9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 215, 249, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 215, 249, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfd7f9; background: linear-gradient(135deg, #bfd7f9, #CEBFF9);