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