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