#bfd5da
a light, soft cyan · cool · closest name: silver
RGB
191, 213, 218
HSL
191°, 27%, 80%
CMYK
12, 2, 0, 15
Luminance
0.6373
Every format
| HEX | #bfd5da |
| RGB | rgb(191, 213, 218) |
| HSL | hsl(191, 27%, 80%) |
| CMYK | cmyk(12%, 2%, 0%, 15%) |
| LAB | lab(83.8 -6.3 -5.0) |
| LCH | lch(83.8 8.1 218.0) |
| OKLCH | oklch(0.858 0.025 212.9) |
Copy-ready code
/* CSS */
color: #bfd5da;
background-color: #bfd5da;
/* Tailwind (arbitrary) */
class="text-[#bfd5da] bg-[#bfd5da]"
/* SCSS */
$brand: #bfd5da;
/* SwiftUI */
Color(red: 0.749, green: 0.835, blue: 0.855)
/* Android */
Color.parseColor("#bfd5da")Accessibility — WCAG contrast
Aa
#bfd5da on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfd5da on black: 13.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green83.5%
Blue85.5%
CMYK percentages
Cyan12.4%
Magenta2.3%
Yellow0.0%
Key (black)14.5%
Color previews
#bfd5da text on a black background
contrast 13.75:1
Card sample
#bfd5da text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfd5da;
Background color
Panel with #bfd5da background
background-color: #bfd5da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfd5da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 213, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 213, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfd5da; background: linear-gradient(135deg, #bfd5da, #BFC3DA);