#bfcee2
a light, soft blue · cool · closest name: lavender
RGB
191, 206, 226
HSL
214°, 38%, 82%
CMYK
16, 9, 0, 11
Luminance
0.6071
Every format
| HEX | #bfcee2 |
| RGB | rgb(191, 206, 226) |
| HSL | hsl(214, 38%, 82%) |
| CMYK | cmyk(16%, 9%, 0%, 11%) |
| LAB | lab(82.2 -1.0 -11.6) |
| LCH | lch(82.2 11.7 264.9) |
| OKLCH | oklch(0.846 0.032 255.6) |
Copy-ready code
/* CSS */
color: #bfcee2;
background-color: #bfcee2;
/* Tailwind (arbitrary) */
class="text-[#bfcee2] bg-[#bfcee2]"
/* SCSS */
$brand: #bfcee2;
/* SwiftUI */
Color(red: 0.749, green: 0.808, blue: 0.886)
/* Android */
Color.parseColor("#bfcee2")Accessibility — WCAG contrast
Aa
#bfcee2 on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfcee2 on black: 13.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green80.8%
Blue88.6%
CMYK percentages
Cyan15.5%
Magenta8.8%
Yellow0.0%
Key (black)11.4%
Color previews
#bfcee2 text on a black background
contrast 13.14:1
Card sample
#bfcee2 text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfcee2;
Background color
Panel with #bfcee2 background
background-color: #bfcee2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfcee2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 206, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 206, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfcee2; background: linear-gradient(135deg, #bfcee2, #C7BFE2);