#bfd7f0
a light, vivid blue · cool · closest name: lavender
RGB
191, 215, 240
HSL
211°, 62%, 85%
CMYK
20, 10, 0, 6
Luminance
0.6597
Every format
| HEX | #bfd7f0 |
| RGB | rgb(191, 215, 240) |
| HSL | hsl(211, 62%, 85%) |
| CMYK | cmyk(20%, 10%, 0%, 6%) |
| LAB | lab(85.0 -2.8 -14.9) |
| LCH | lch(85.0 15.2 259.5) |
| OKLCH | oklch(0.869 0.043 249.4) |
Copy-ready code
/* CSS */
color: #bfd7f0;
background-color: #bfd7f0;
/* Tailwind (arbitrary) */
class="text-[#bfd7f0] bg-[#bfd7f0]"
/* SCSS */
$brand: #bfd7f0;
/* SwiftUI */
Color(red: 0.749, green: 0.843, blue: 0.941)
/* Android */
Color.parseColor("#bfd7f0")Accessibility — WCAG contrast
Aa
#bfd7f0 on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfd7f0 on black: 14.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green84.3%
Blue94.1%
CMYK percentages
Cyan20.4%
Magenta10.4%
Yellow0.0%
Key (black)5.9%
Color previews
#bfd7f0 text on a black background
contrast 14.19:1
Card sample
#bfd7f0 text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfd7f0;
Background color
Panel with #bfd7f0 background
background-color: #bfd7f0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfd7f0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 215, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 215, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfd7f0; background: linear-gradient(135deg, #bfd7f0, #C8BFF0);