#bfdce3
a light, soft cyan · cool · closest name: silver
RGB
191, 220, 227
HSL
192°, 39%, 82%
CMYK
16, 3, 0, 11
Luminance
0.6781
Every format
| HEX | #bfdce3 |
| RGB | rgb(191, 220, 227) |
| HSL | hsl(192, 39%, 82%) |
| CMYK | cmyk(16%, 3%, 0%, 11%) |
| LAB | lab(85.9 -8.1 -6.7) |
| LCH | lch(85.9 10.5 219.3) |
| OKLCH | oklch(0.875 0.032 213.9) |
Copy-ready code
/* CSS */
color: #bfdce3;
background-color: #bfdce3;
/* Tailwind (arbitrary) */
class="text-[#bfdce3] bg-[#bfdce3]"
/* SCSS */
$brand: #bfdce3;
/* SwiftUI */
Color(red: 0.749, green: 0.863, blue: 0.890)
/* Android */
Color.parseColor("#bfdce3")Accessibility — WCAG contrast
Aa
#bfdce3 on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfdce3 on black: 14.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green86.3%
Blue89.0%
CMYK percentages
Cyan15.9%
Magenta3.1%
Yellow0.0%
Key (black)11.0%
Color previews
#bfdce3 text on a black background
contrast 14.56:1
Card sample
#bfdce3 text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfdce3;
Background color
Panel with #bfdce3 background
background-color: #bfdce3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfdce3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 220, 227, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 220, 227, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfdce3; background: linear-gradient(135deg, #bfdce3, #BFC4E3);