#bfd4cd
a light, soft cyan · cool · closest name: silver
RGB
191, 212, 205
HSL
160°, 20%, 79%
CMYK
10, 0, 3, 17
Luminance
0.6257
Every format
| HEX | #bfd4cd |
| RGB | rgb(191, 212, 205) |
| HSL | hsl(160, 20%, 79%) |
| CMYK | cmyk(10%, 0%, 3%, 17%) |
| LAB | lab(83.2 -8.4 1.1) |
| LCH | lch(83.2 8.4 172.8) |
| OKLCH | oklch(0.852 0.025 173.7) |
Copy-ready code
/* CSS */
color: #bfd4cd;
background-color: #bfd4cd;
/* Tailwind (arbitrary) */
class="text-[#bfd4cd] bg-[#bfd4cd]"
/* SCSS */
$brand: #bfd4cd;
/* SwiftUI */
Color(red: 0.749, green: 0.831, blue: 0.804)
/* Android */
Color.parseColor("#bfd4cd")Accessibility — WCAG contrast
Aa
#bfd4cd on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfd4cd on black: 13.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green83.1%
Blue80.4%
CMYK percentages
Cyan9.9%
Magenta0.0%
Yellow3.3%
Key (black)16.9%
Color previews
#bfd4cd text on a black background
contrast 13.51:1
Card sample
#bfd4cd text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfd4cd;
Background color
Panel with #bfd4cd background
background-color: #bfd4cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfd4cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 212, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 212, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfd4cd; background: linear-gradient(135deg, #bfd4cd, #BFCDD4);