#bfdbf7
a pale, electric blue · cool · closest name: lavender
RGB
191, 219, 247
HSL
210°, 78%, 86%
CMYK
23, 11, 0, 3
Luminance
0.6845
Every format
| HEX | #bfdbf7 |
| RGB | rgb(191, 219, 247) |
| HSL | hsl(210, 78%, 86%) |
| CMYK | cmyk(23%, 11%, 0%, 3%) |
| LAB | lab(86.2 -3.3 -16.7) |
| LCH | lch(86.2 17.1 258.8) |
| OKLCH | oklch(0.880 0.049 248.4) |
Copy-ready code
/* CSS */
color: #bfdbf7;
background-color: #bfdbf7;
/* Tailwind (arbitrary) */
class="text-[#bfdbf7] bg-[#bfdbf7]"
/* SCSS */
$brand: #bfdbf7;
/* SwiftUI */
Color(red: 0.749, green: 0.859, blue: 0.969)
/* Android */
Color.parseColor("#bfdbf7")Accessibility — WCAG contrast
Aa
#bfdbf7 on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfdbf7 on black: 14.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green85.9%
Blue96.9%
CMYK percentages
Cyan22.7%
Magenta11.3%
Yellow0.0%
Key (black)3.1%
Color previews
#bfdbf7 text on a black background
contrast 14.69:1
Card sample
#bfdbf7 text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfdbf7;
Background color
Panel with #bfdbf7 background
background-color: #bfdbf7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfdbf7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 219, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 219, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfdbf7; background: linear-gradient(135deg, #bfdbf7, #C8BFF7);