#bfd1ff
a pale, electric blue · cool · closest name: lavender
RGB
191, 209, 255
HSL
223°, 100%, 88%
CMYK
25, 18, 0, 0
Luminance
0.6390
Every format
| HEX | #bfd1ff |
| RGB | rgb(191, 209, 255) |
| HSL | hsl(223, 100%, 88%) |
| CMYK | cmyk(25%, 18%, 0%, 0%) |
| LAB | lab(83.9 3.8 -24.5) |
| LCH | lch(83.9 24.8 278.7) |
| OKLCH | oklch(0.863 0.067 268.2) |
Copy-ready code
/* CSS */
color: #bfd1ff;
background-color: #bfd1ff;
/* Tailwind (arbitrary) */
class="text-[#bfd1ff] bg-[#bfd1ff]"
/* SCSS */
$brand: #bfd1ff;
/* SwiftUI */
Color(red: 0.749, green: 0.820, blue: 1.000)
/* Android */
Color.parseColor("#bfd1ff")Accessibility — WCAG contrast
Aa
#bfd1ff on white: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfd1ff on black: 13.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green82.0%
Blue100.0%
CMYK percentages
Cyan25.1%
Magenta18.0%
Yellow0.0%
Key (black)0.0%
Color previews
#bfd1ff text on a black background
contrast 13.78:1
Card sample
#bfd1ff text on a white background
contrast 1.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfd1ff;
Background color
Panel with #bfd1ff background
background-color: #bfd1ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfd1ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 209, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 209, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfd1ff; background: linear-gradient(135deg, #bfd1ff, #D8BFFF);