#bfcdf6
a pale, electric blue · cool · closest name: lavender
RGB
191, 205, 246
HSL
225°, 75%, 86%
CMYK
22, 17, 0, 4
Luminance
0.6139
Every format
| HEX | #bfcdf6 |
| RGB | rgb(191, 205, 246) |
| HSL | hsl(225, 75%, 86%) |
| CMYK | cmyk(22%, 17%, 0%, 4%) |
| LAB | lab(82.6 3.8 -21.7) |
| LCH | lch(82.6 22.1 280.0) |
| OKLCH | oklch(0.851 0.059 270.3) |
Copy-ready code
/* CSS */
color: #bfcdf6;
background-color: #bfcdf6;
/* Tailwind (arbitrary) */
class="text-[#bfcdf6] bg-[#bfcdf6]"
/* SCSS */
$brand: #bfcdf6;
/* SwiftUI */
Color(red: 0.749, green: 0.804, blue: 0.965)
/* Android */
Color.parseColor("#bfcdf6")Accessibility — WCAG contrast
Aa
#bfcdf6 on white: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfcdf6 on black: 13.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green80.4%
Blue96.5%
CMYK percentages
Cyan22.4%
Magenta16.7%
Yellow0.0%
Key (black)3.5%
Color previews
#bfcdf6 text on a black background
contrast 13.28:1
Card sample
#bfcdf6 text on a white background
contrast 1.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfcdf6;
Background color
Panel with #bfcdf6 background
background-color: #bfcdf6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfcdf6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 205, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 205, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfcdf6; background: linear-gradient(135deg, #bfcdf6, #D6BFF6);