#bfd2fe
a pale, electric blue · cool · closest name: lavender
RGB
191, 210, 254
HSL
222°, 97%, 87%
CMYK
25, 17, 0, 0
Luminance
0.6433
Every format
| HEX | #bfd2fe |
| RGB | rgb(191, 210, 254) |
| HSL | hsl(222, 97%, 87%) |
| CMYK | cmyk(25%, 17%, 0%, 0%) |
| LAB | lab(84.1 3.0 -23.6) |
| LCH | lch(84.1 23.8 277.2) |
| OKLCH | oklch(0.864 0.065 266.7) |
Copy-ready code
/* CSS */
color: #bfd2fe;
background-color: #bfd2fe;
/* Tailwind (arbitrary) */
class="text-[#bfd2fe] bg-[#bfd2fe]"
/* SCSS */
$brand: #bfd2fe;
/* SwiftUI */
Color(red: 0.749, green: 0.824, blue: 0.996)
/* Android */
Color.parseColor("#bfd2fe")Accessibility — WCAG contrast
Aa
#bfd2fe on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfd2fe on black: 13.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green82.4%
Blue99.6%
CMYK percentages
Cyan24.8%
Magenta17.3%
Yellow0.0%
Key (black)0.4%
Color previews
#bfd2fe text on a black background
contrast 13.87:1
Card sample
#bfd2fe text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfd2fe;
Background color
Panel with #bfd2fe background
background-color: #bfd2fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfd2fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 210, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 210, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfd2fe; background: linear-gradient(135deg, #bfd2fe, #D6BFFE);