#bfdff0
a light, vivid blue · cool · closest name: lavender
RGB
191, 223, 240
HSL
201°, 62%, 85%
CMYK
20, 7, 0, 6
Luminance
0.7014
Every format
| HEX | #bfdff0 |
| RGB | rgb(191, 223, 240) |
| HSL | hsl(201, 62%, 85%) |
| CMYK | cmyk(20%, 7%, 0%, 6%) |
| LAB | lab(87.1 -6.9 -11.8) |
| LCH | lch(87.1 13.7 239.6) |
| OKLCH | oklch(0.886 0.041 231.0) |
Copy-ready code
/* CSS */
color: #bfdff0;
background-color: #bfdff0;
/* Tailwind (arbitrary) */
class="text-[#bfdff0] bg-[#bfdff0]"
/* SCSS */
$brand: #bfdff0;
/* SwiftUI */
Color(red: 0.749, green: 0.875, blue: 0.941)
/* Android */
Color.parseColor("#bfdff0")Accessibility — WCAG contrast
Aa
#bfdff0 on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfdff0 on black: 15.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green87.5%
Blue94.1%
CMYK percentages
Cyan20.4%
Magenta7.1%
Yellow0.0%
Key (black)5.9%
Color previews
#bfdff0 text on a black background
contrast 15.03:1
Card sample
#bfdff0 text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfdff0;
Background color
Panel with #bfdff0 background
background-color: #bfdff0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfdff0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 223, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 223, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfdff0; background: linear-gradient(135deg, #bfdff0, #C0BFF0);