#bfdce1
a light, soft cyan · cool · closest name: silver
RGB
191, 220, 225
HSL
189°, 36%, 82%
CMYK
15, 2, 0, 12
Luminance
0.6770
Every format
| HEX | #bfdce1 |
| RGB | rgb(191, 220, 225) |
| HSL | hsl(189, 36%, 82%) |
| CMYK | cmyk(15%, 2%, 0%, 12%) |
| LAB | lab(85.8 -8.5 -5.7) |
| LCH | lch(85.8 10.2 213.6) |
| OKLCH | oklch(0.875 0.032 209.2) |
Copy-ready code
/* CSS */
color: #bfdce1;
background-color: #bfdce1;
/* Tailwind (arbitrary) */
class="text-[#bfdce1] bg-[#bfdce1]"
/* SCSS */
$brand: #bfdce1;
/* SwiftUI */
Color(red: 0.749, green: 0.863, blue: 0.882)
/* Android */
Color.parseColor("#bfdce1")Accessibility — WCAG contrast
Aa
#bfdce1 on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfdce1 on black: 14.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green86.3%
Blue88.2%
CMYK percentages
Cyan15.1%
Magenta2.2%
Yellow0.0%
Key (black)11.8%
Color previews
#bfdce1 text on a black background
contrast 14.54:1
Card sample
#bfdce1 text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfdce1;
Background color
Panel with #bfdce1 background
background-color: #bfdce1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfdce1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 220, 225, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 220, 225, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfdce1; background: linear-gradient(135deg, #bfdce1, #BFC5E1);