#bfcef1
a light, vivid blue · cool · closest name: lavender
RGB
191, 206, 241
HSL
222°, 64%, 85%
CMYK
21, 15, 0, 6
Luminance
0.6157
Every format
| HEX | #bfcef1 |
| RGB | rgb(191, 206, 241) |
| HSL | hsl(222, 64%, 85%) |
| CMYK | cmyk(21%, 15%, 0%, 6%) |
| LAB | lab(82.7 2.2 -18.9) |
| LCH | lch(82.7 19.0 276.6) |
| OKLCH | oklch(0.851 0.052 267.0) |
Copy-ready code
/* CSS */
color: #bfcef1;
background-color: #bfcef1;
/* Tailwind (arbitrary) */
class="text-[#bfcef1] bg-[#bfcef1]"
/* SCSS */
$brand: #bfcef1;
/* SwiftUI */
Color(red: 0.749, green: 0.808, blue: 0.945)
/* Android */
Color.parseColor("#bfcef1")Accessibility — WCAG contrast
Aa
#bfcef1 on white: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfcef1 on black: 13.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green80.8%
Blue94.5%
CMYK percentages
Cyan20.7%
Magenta14.5%
Yellow0.0%
Key (black)5.5%
Color previews
#bfcef1 text on a black background
contrast 13.31:1
Card sample
#bfcef1 text on a white background
contrast 1.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfcef1;
Background color
Panel with #bfcef1 background
background-color: #bfcef1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfcef1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 206, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 206, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfcef1; background: linear-gradient(135deg, #bfcef1, #D1BFF1);