#bfdce4
a light, soft cyan · cool · closest name: lavender
RGB
191, 220, 228
HSL
193°, 41%, 82%
CMYK
16, 4, 0, 11
Luminance
0.6786
Every format
| HEX | #bfdce4 |
| RGB | rgb(191, 220, 228) |
| HSL | hsl(193, 41%, 82%) |
| CMYK | cmyk(16%, 4%, 0%, 11%) |
| LAB | lab(85.9 -7.9 -7.1) |
| LCH | lch(85.9 10.7 222.1) |
| OKLCH | oklch(0.876 0.033 216.2) |
Copy-ready code
/* CSS */
color: #bfdce4;
background-color: #bfdce4;
/* Tailwind (arbitrary) */
class="text-[#bfdce4] bg-[#bfdce4]"
/* SCSS */
$brand: #bfdce4;
/* SwiftUI */
Color(red: 0.749, green: 0.863, blue: 0.894)
/* Android */
Color.parseColor("#bfdce4")Accessibility — WCAG contrast
Aa
#bfdce4 on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfdce4 on black: 14.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green86.3%
Blue89.4%
CMYK percentages
Cyan16.2%
Magenta3.5%
Yellow0.0%
Key (black)10.6%
Color previews
#bfdce4 text on a black background
contrast 14.57:1
Card sample
#bfdce4 text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfdce4;
Background color
Panel with #bfdce4 background
background-color: #bfdce4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfdce4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 220, 228, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 220, 228, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfdce4; background: linear-gradient(135deg, #bfdce4, #BFC3E4);