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