#bfcdf7
a pale, electric blue · warm · closest name: lavender
RGB
191, 205, 247
HSL
225°, 78%, 86%
CMYK
23, 17, 0, 3
Luminance
0.6145
Every format
| HEX | #bfcdf7 |
| RGB | rgb(191, 205, 247) |
| HSL | hsl(225, 78%, 86%) |
| CMYK | cmyk(23%, 17%, 0%, 3%) |
| LAB | lab(82.6 4.1 -22.2) |
| LCH | lch(82.6 22.6 280.4) |
| OKLCH | oklch(0.852 0.061 270.6) |
Copy-ready code
/* CSS */
color: #bfcdf7;
background-color: #bfcdf7;
/* Tailwind (arbitrary) */
class="text-[#bfcdf7] bg-[#bfcdf7]"
/* SCSS */
$brand: #bfcdf7;
/* SwiftUI */
Color(red: 0.749, green: 0.804, blue: 0.969)
/* Android */
Color.parseColor("#bfcdf7")Accessibility — WCAG contrast
Aa
#bfcdf7 on white: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfcdf7 on black: 13.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green80.4%
Blue96.9%
CMYK percentages
Cyan22.7%
Magenta17.0%
Yellow0.0%
Key (black)3.1%
Color previews
#bfcdf7 text on a black background
contrast 13.29:1
Card sample
#bfcdf7 text on a white background
contrast 1.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfcdf7;
Background color
Panel with #bfcdf7 background
background-color: #bfcdf7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfcdf7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 205, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 205, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfcdf7; background: linear-gradient(135deg, #bfcdf7, #D6BFF7);