#bfd7d3
a light, soft cyan · cool · closest name: silver
RGB
191, 215, 211
HSL
170°, 23%, 80%
CMYK
11, 0, 2, 16
Luminance
0.6438
Every format
| HEX | #bfd7d3 |
| RGB | rgb(191, 215, 211) |
| HSL | hsl(170, 23%, 80%) |
| CMYK | cmyk(11%, 0%, 2%, 16%) |
| LAB | lab(84.2 -8.8 -0.8) |
| LCH | lch(84.2 8.8 184.9) |
| OKLCH | oklch(0.860 0.026 184.6) |
Copy-ready code
/* CSS */
color: #bfd7d3;
background-color: #bfd7d3;
/* Tailwind (arbitrary) */
class="text-[#bfd7d3] bg-[#bfd7d3]"
/* SCSS */
$brand: #bfd7d3;
/* SwiftUI */
Color(red: 0.749, green: 0.843, blue: 0.827)
/* Android */
Color.parseColor("#bfd7d3")Accessibility — WCAG contrast
Aa
#bfd7d3 on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfd7d3 on black: 13.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green84.3%
Blue82.7%
CMYK percentages
Cyan11.2%
Magenta0.0%
Yellow1.9%
Key (black)15.7%
Color previews
#bfd7d3 text on a black background
contrast 13.88:1
Card sample
#bfd7d3 text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfd7d3;
Background color
Panel with #bfd7d3 background
background-color: #bfd7d3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfd7d3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 215, 211, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 215, 211, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfd7d3; background: linear-gradient(135deg, #bfd7d3, #BFCBD7);