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