#bfdff4
a pale, vivid blue · cool · closest name: lavender
RGB
191, 223, 244
HSL
204°, 71%, 85%
CMYK
22, 9, 0, 4
Luminance
0.7038
Every format
| HEX | #bfdff4 |
| RGB | rgb(191, 223, 244) |
| HSL | hsl(204, 71%, 85%) |
| CMYK | cmyk(22%, 9%, 0%, 4%) |
| LAB | lab(87.2 -6.1 -13.7) |
| LCH | lch(87.2 15.0 246.2) |
| OKLCH | oklch(0.887 0.045 236.8) |
Copy-ready code
/* CSS */
color: #bfdff4;
background-color: #bfdff4;
/* Tailwind (arbitrary) */
class="text-[#bfdff4] bg-[#bfdff4]"
/* SCSS */
$brand: #bfdff4;
/* SwiftUI */
Color(red: 0.749, green: 0.875, blue: 0.957)
/* Android */
Color.parseColor("#bfdff4")Accessibility — WCAG contrast
Aa
#bfdff4 on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfdff4 on black: 15.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green87.5%
Blue95.7%
CMYK percentages
Cyan21.7%
Magenta8.6%
Yellow0.0%
Key (black)4.3%
Color previews
#bfdff4 text on a black background
contrast 15.08:1
Card sample
#bfdff4 text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfdff4;
Background color
Panel with #bfdff4 background
background-color: #bfdff4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfdff4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 223, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 223, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfdff4; background: linear-gradient(135deg, #bfdff4, #C2BFF4);