#bfd2fa
a pale, electric blue · cool · closest name: lavender
RGB
191, 210, 250
HSL
221°, 86%, 87%
CMYK
24, 16, 0, 2
Luminance
0.6407
Every format
| HEX | #bfd2fa |
| RGB | rgb(191, 210, 250) |
| HSL | hsl(221, 86%, 87%) |
| CMYK | cmyk(24%, 16%, 0%, 2%) |
| LAB | lab(84.0 2.1 -21.7) |
| LCH | lch(84.0 21.8 275.5) |
| OKLCH | oklch(0.863 0.059 265.1) |
Copy-ready code
/* CSS */
color: #bfd2fa;
background-color: #bfd2fa;
/* Tailwind (arbitrary) */
class="text-[#bfd2fa] bg-[#bfd2fa]"
/* SCSS */
$brand: #bfd2fa;
/* SwiftUI */
Color(red: 0.749, green: 0.824, blue: 0.980)
/* Android */
Color.parseColor("#bfd2fa")Accessibility — WCAG contrast
Aa
#bfd2fa on white: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfd2fa on black: 13.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green82.4%
Blue98.0%
CMYK percentages
Cyan23.6%
Magenta16.0%
Yellow0.0%
Key (black)2.0%
Color previews
#bfd2fa text on a black background
contrast 13.81:1
Card sample
#bfd2fa text on a white background
contrast 1.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfd2fa;
Background color
Panel with #bfd2fa background
background-color: #bfd2fa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfd2fa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 210, 250, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 210, 250, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfd2fa; background: linear-gradient(135deg, #bfd2fa, #D3BFFA);