#bfd5f0
a light, vivid blue · cool · closest name: lavender
RGB
191, 213, 240
HSL
213°, 62%, 85%
CMYK
20, 11, 0, 6
Luminance
0.6496
Every format
| HEX | #bfd5f0 |
| RGB | rgb(191, 213, 240) |
| HSL | hsl(213, 62%, 85%) |
| CMYK | cmyk(20%, 11%, 0%, 6%) |
| LAB | lab(84.5 -1.7 -15.7) |
| LCH | lch(84.5 15.8 263.7) |
| OKLCH | oklch(0.865 0.044 253.6) |
Copy-ready code
/* CSS */
color: #bfd5f0;
background-color: #bfd5f0;
/* Tailwind (arbitrary) */
class="text-[#bfd5f0] bg-[#bfd5f0]"
/* SCSS */
$brand: #bfd5f0;
/* SwiftUI */
Color(red: 0.749, green: 0.835, blue: 0.941)
/* Android */
Color.parseColor("#bfd5f0")Accessibility — WCAG contrast
Aa
#bfd5f0 on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfd5f0 on black: 13.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green83.5%
Blue94.1%
CMYK percentages
Cyan20.4%
Magenta11.2%
Yellow0.0%
Key (black)5.9%
Color previews
#bfd5f0 text on a black background
contrast 13.99:1
Card sample
#bfd5f0 text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfd5f0;
Background color
Panel with #bfd5f0 background
background-color: #bfd5f0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfd5f0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 213, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 213, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfd5f0; background: linear-gradient(135deg, #bfd5f0, #CABFF0);