#bfd3cd
a light, soft cyan · cool · closest name: silver
RGB
191, 211, 205
HSL
162°, 19%, 79%
CMYK
10, 0, 3, 17
Luminance
0.6207
Every format
| HEX | #bfd3cd |
| RGB | rgb(191, 211, 205) |
| HSL | hsl(162, 19%, 79%) |
| CMYK | cmyk(10%, 0%, 3%, 17%) |
| LAB | lab(83.0 -7.9 0.7) |
| LCH | lch(83.0 7.9 175.1) |
| OKLCH | oklch(0.850 0.023 175.8) |
Copy-ready code
/* CSS */
color: #bfd3cd;
background-color: #bfd3cd;
/* Tailwind (arbitrary) */
class="text-[#bfd3cd] bg-[#bfd3cd]"
/* SCSS */
$brand: #bfd3cd;
/* SwiftUI */
Color(red: 0.749, green: 0.827, blue: 0.804)
/* Android */
Color.parseColor("#bfd3cd")Accessibility — WCAG contrast
Aa
#bfd3cd on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfd3cd on black: 13.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green82.7%
Blue80.4%
CMYK percentages
Cyan9.5%
Magenta0.0%
Yellow2.8%
Key (black)17.3%
Color previews
#bfd3cd text on a black background
contrast 13.41:1
Card sample
#bfd3cd text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfd3cd;
Background color
Panel with #bfd3cd background
background-color: #bfd3cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfd3cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 211, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 211, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfd3cd; background: linear-gradient(135deg, #bfd3cd, #BFCCD3);