#bfcfe3
a light, soft blue · cool · closest name: lavender
RGB
191, 207, 227
HSL
213°, 39%, 82%
CMYK
16, 9, 0, 11
Luminance
0.6125
Every format
| HEX | #bfcfe3 |
| RGB | rgb(191, 207, 227) |
| HSL | hsl(213, 39%, 82%) |
| CMYK | cmyk(16%, 9%, 0%, 11%) |
| LAB | lab(82.5 -1.4 -11.7) |
| LCH | lch(82.5 11.8 263.4) |
| OKLCH | oklch(0.849 0.033 254.0) |
Copy-ready code
/* CSS */
color: #bfcfe3;
background-color: #bfcfe3;
/* Tailwind (arbitrary) */
class="text-[#bfcfe3] bg-[#bfcfe3]"
/* SCSS */
$brand: #bfcfe3;
/* SwiftUI */
Color(red: 0.749, green: 0.812, blue: 0.890)
/* Android */
Color.parseColor("#bfcfe3")Accessibility — WCAG contrast
Aa
#bfcfe3 on white: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfcfe3 on black: 13.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green81.2%
Blue89.0%
CMYK percentages
Cyan15.9%
Magenta8.8%
Yellow0.0%
Key (black)11.0%
Color previews
#bfcfe3 text on a black background
contrast 13.25:1
Card sample
#bfcfe3 text on a white background
contrast 1.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfcfe3;
Background color
Panel with #bfcfe3 background
background-color: #bfcfe3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfcfe3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 207, 227, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 207, 227, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfcfe3; background: linear-gradient(135deg, #bfcfe3, #C7BFE3);