#bfd6d7
a light, soft cyan · cool · closest name: silver
RGB
191, 214, 215
HSL
183°, 23%, 80%
CMYK
11, 1, 0, 16
Luminance
0.6408
Every format
| HEX | #bfd6d7 |
| RGB | rgb(191, 214, 215) |
| HSL | hsl(183, 23%, 80%) |
| CMYK | cmyk(11%, 1%, 0%, 16%) |
| LAB | lab(84.0 -7.5 -3.1) |
| LCH | lch(84.0 8.1 202.6) |
| OKLCH | oklch(0.859 0.025 199.9) |
Copy-ready code
/* CSS */
color: #bfd6d7;
background-color: #bfd6d7;
/* Tailwind (arbitrary) */
class="text-[#bfd6d7] bg-[#bfd6d7]"
/* SCSS */
$brand: #bfd6d7;
/* SwiftUI */
Color(red: 0.749, green: 0.839, blue: 0.843)
/* Android */
Color.parseColor("#bfd6d7")Accessibility — WCAG contrast
Aa
#bfd6d7 on white: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfd6d7 on black: 13.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green83.9%
Blue84.3%
CMYK percentages
Cyan11.2%
Magenta0.5%
Yellow0.0%
Key (black)15.7%
Color previews
#bfd6d7 text on a black background
contrast 13.82:1
Card sample
#bfd6d7 text on a white background
contrast 1.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfd6d7;
Background color
Panel with #bfd6d7 background
background-color: #bfd6d7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfd6d7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 214, 215, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 214, 215, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfd6d7; background: linear-gradient(135deg, #bfd6d7, #BFC6D7);