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