#bfd7ff
a pale, electric blue · cool · closest name: lavender
RGB
191, 215, 255
HSL
218°, 100%, 88%
CMYK
25, 16, 0, 0
Luminance
0.6690
Every format
| HEX | #bfd7ff |
| RGB | rgb(191, 215, 255) |
| HSL | hsl(218, 100%, 88%) |
| CMYK | cmyk(25%, 16%, 0%, 0%) |
| LAB | lab(85.5 0.6 -22.1) |
| LCH | lch(85.5 22.1 271.5) |
| OKLCH | oklch(0.875 0.061 260.6) |
Copy-ready code
/* CSS */
color: #bfd7ff;
background-color: #bfd7ff;
/* Tailwind (arbitrary) */
class="text-[#bfd7ff] bg-[#bfd7ff]"
/* SCSS */
$brand: #bfd7ff;
/* SwiftUI */
Color(red: 0.749, green: 0.843, blue: 1.000)
/* Android */
Color.parseColor("#bfd7ff")Accessibility — WCAG contrast
Aa
#bfd7ff on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfd7ff on black: 14.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green84.3%
Blue100.0%
CMYK percentages
Cyan25.1%
Magenta15.7%
Yellow0.0%
Key (black)0.0%
Color previews
#bfd7ff text on a black background
contrast 14.38:1
Card sample
#bfd7ff text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfd7ff;
Background color
Panel with #bfd7ff background
background-color: #bfd7ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfd7ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 215, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 215, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfd7ff; background: linear-gradient(135deg, #bfd7ff, #D2BFFF);