#bfd9d2
a light, soft cyan · cool · closest name: silver
RGB
191, 217, 210
HSL
164°, 26%, 80%
CMYK
12, 0, 3, 15
Luminance
0.6536
Every format
| HEX | #bfd9d2 |
| RGB | rgb(191, 217, 210) |
| HSL | hsl(164, 26%, 80%) |
| CMYK | cmyk(12%, 0%, 3%, 15%) |
| LAB | lab(84.7 -10.0 0.5) |
| LCH | lch(84.7 10.0 177.0) |
| OKLCH | oklch(0.864 0.029 177.6) |
Copy-ready code
/* CSS */
color: #bfd9d2;
background-color: #bfd9d2;
/* Tailwind (arbitrary) */
class="text-[#bfd9d2] bg-[#bfd9d2]"
/* SCSS */
$brand: #bfd9d2;
/* SwiftUI */
Color(red: 0.749, green: 0.851, blue: 0.824)
/* Android */
Color.parseColor("#bfd9d2")Accessibility — WCAG contrast
Aa
#bfd9d2 on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfd9d2 on black: 14.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green85.1%
Blue82.4%
CMYK percentages
Cyan12.0%
Magenta0.0%
Yellow3.2%
Key (black)14.9%
Color previews
#bfd9d2 text on a black background
contrast 14.07:1
Card sample
#bfd9d2 text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfd9d2;
Background color
Panel with #bfd9d2 background
background-color: #bfd9d2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfd9d2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 217, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 217, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfd9d2; background: linear-gradient(135deg, #bfd9d2, #BFCFD9);