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