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