#bfd7f5
a pale, vivid blue · cool · closest name: lavender
RGB
191, 215, 245
HSL
213°, 73%, 86%
CMYK
22, 12, 0, 4
Luminance
0.6627
Every format
| HEX | #bfd7f5 |
| RGB | rgb(191, 215, 245) |
| HSL | hsl(213, 73%, 86%) |
| CMYK | cmyk(22%, 12%, 0%, 4%) |
| LAB | lab(85.1 -1.7 -17.3) |
| LCH | lch(85.1 17.4 264.5) |
| OKLCH | oklch(0.871 0.049 254.1) |
Copy-ready code
/* CSS */
color: #bfd7f5;
background-color: #bfd7f5;
/* Tailwind (arbitrary) */
class="text-[#bfd7f5] bg-[#bfd7f5]"
/* SCSS */
$brand: #bfd7f5;
/* SwiftUI */
Color(red: 0.749, green: 0.843, blue: 0.961)
/* Android */
Color.parseColor("#bfd7f5")Accessibility — WCAG contrast
Aa
#bfd7f5 on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfd7f5 on black: 14.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green84.3%
Blue96.1%
CMYK percentages
Cyan22.0%
Magenta12.2%
Yellow0.0%
Key (black)3.9%
Color previews
#bfd7f5 text on a black background
contrast 14.25:1
Card sample
#bfd7f5 text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfd7f5;
Background color
Panel with #bfd7f5 background
background-color: #bfd7f5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfd7f5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 215, 245, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 215, 245, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfd7f5; background: linear-gradient(135deg, #bfd7f5, #CBBFF5);