#bfdff6
a pale, electric blue · cool · closest name: lavender
RGB
191, 223, 246
HSL
205°, 75%, 86%
CMYK
22, 9, 0, 4
Luminance
0.7051
Every format
| HEX | #bfdff6 |
| RGB | rgb(191, 223, 246) |
| HSL | hsl(205, 75%, 86%) |
| CMYK | cmyk(22%, 9%, 0%, 4%) |
| LAB | lab(87.2 -5.6 -14.7) |
| LCH | lch(87.2 15.7 249.1) |
| OKLCH | oklch(0.888 0.046 239.3) |
Copy-ready code
/* CSS */
color: #bfdff6;
background-color: #bfdff6;
/* Tailwind (arbitrary) */
class="text-[#bfdff6] bg-[#bfdff6]"
/* SCSS */
$brand: #bfdff6;
/* SwiftUI */
Color(red: 0.749, green: 0.875, blue: 0.965)
/* Android */
Color.parseColor("#bfdff6")Accessibility — WCAG contrast
Aa
#bfdff6 on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfdff6 on black: 15.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green87.5%
Blue96.5%
CMYK percentages
Cyan22.4%
Magenta9.3%
Yellow0.0%
Key (black)3.5%
Color previews
#bfdff6 text on a black background
contrast 15.10:1
Card sample
#bfdff6 text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfdff6;
Background color
Panel with #bfdff6 background
background-color: #bfdff6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfdff6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 223, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 223, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfdff6; background: linear-gradient(135deg, #bfdff6, #C4BFF6);