#bfd5cd
a light, soft green · cool · closest name: silver
RGB
191, 213, 205
HSL
158°, 21%, 79%
CMYK
10, 0, 4, 17
Luminance
0.6307
Every format
| HEX | #bfd5cd |
| RGB | rgb(191, 213, 205) |
| HSL | hsl(158, 21%, 79%) |
| CMYK | cmyk(10%, 0%, 4%, 17%) |
| LAB | lab(83.5 -8.9 1.4) |
| LCH | lch(83.5 9.0 170.8) |
| OKLCH | oklch(0.854 0.026 171.8) |
Copy-ready code
/* CSS */
color: #bfd5cd;
background-color: #bfd5cd;
/* Tailwind (arbitrary) */
class="text-[#bfd5cd] bg-[#bfd5cd]"
/* SCSS */
$brand: #bfd5cd;
/* SwiftUI */
Color(red: 0.749, green: 0.835, blue: 0.804)
/* Android */
Color.parseColor("#bfd5cd")Accessibility — WCAG contrast
Aa
#bfd5cd on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfd5cd on black: 13.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green83.5%
Blue80.4%
CMYK percentages
Cyan10.3%
Magenta0.0%
Yellow3.8%
Key (black)16.5%
Color previews
#bfd5cd text on a black background
contrast 13.61:1
Card sample
#bfd5cd text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfd5cd;
Background color
Panel with #bfd5cd background
background-color: #bfd5cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfd5cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 213, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 213, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfd5cd; background: linear-gradient(135deg, #bfd5cd, #BFCED5);