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