#bfd9f2
a light, vivid blue · cool · closest name: lavender
RGB
191, 217, 242
HSL
209°, 66%, 85%
CMYK
21, 10, 0, 5
Luminance
0.6711
Every format
| HEX | #bfd9f2 |
| RGB | rgb(191, 217, 242) |
| HSL | hsl(209, 66%, 85%) |
| CMYK | cmyk(21%, 10%, 0%, 5%) |
| LAB | lab(85.6 -3.4 -15.1) |
| LCH | lch(85.6 15.5 257.4) |
| OKLCH | oklch(0.874 0.044 247.3) |
Copy-ready code
/* CSS */
color: #bfd9f2;
background-color: #bfd9f2;
/* Tailwind (arbitrary) */
class="text-[#bfd9f2] bg-[#bfd9f2]"
/* SCSS */
$brand: #bfd9f2;
/* SwiftUI */
Color(red: 0.749, green: 0.851, blue: 0.949)
/* Android */
Color.parseColor("#bfd9f2")Accessibility — WCAG contrast
Aa
#bfd9f2 on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfd9f2 on black: 14.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green85.1%
Blue94.9%
CMYK percentages
Cyan21.1%
Magenta10.3%
Yellow0.0%
Key (black)5.1%
Color previews
#bfd9f2 text on a black background
contrast 14.42:1
Card sample
#bfd9f2 text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfd9f2;
Background color
Panel with #bfd9f2 background
background-color: #bfd9f2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfd9f2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 217, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 217, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfd9f2; background: linear-gradient(135deg, #bfd9f2, #C7BFF2);