#bfdffb
a pale, electric blue · cool · closest name: lavender
RGB
191, 223, 251
HSL
208°, 88%, 87%
CMYK
24, 11, 0, 2
Luminance
0.7082
Every format
| HEX | #bfdffb |
| RGB | rgb(191, 223, 251) |
| HSL | hsl(208, 88%, 87%) |
| CMYK | cmyk(24%, 11%, 0%, 2%) |
| LAB | lab(87.4 -4.5 -17.1) |
| LCH | lch(87.4 17.7 255.2) |
| OKLCH | oklch(0.889 0.051 244.8) |
Copy-ready code
/* CSS */
color: #bfdffb;
background-color: #bfdffb;
/* Tailwind (arbitrary) */
class="text-[#bfdffb] bg-[#bfdffb]"
/* SCSS */
$brand: #bfdffb;
/* SwiftUI */
Color(red: 0.749, green: 0.875, blue: 0.984)
/* Android */
Color.parseColor("#bfdffb")Accessibility — WCAG contrast
Aa
#bfdffb on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfdffb on black: 15.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green87.5%
Blue98.4%
CMYK percentages
Cyan23.9%
Magenta11.2%
Yellow0.0%
Key (black)1.6%
Color previews
#bfdffb text on a black background
contrast 15.16:1
Card sample
#bfdffb text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfdffb;
Background color
Panel with #bfdffb background
background-color: #bfdffb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfdffb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 223, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 223, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfdffb; background: linear-gradient(135deg, #bfdffb, #C7BFFB);