#bfd9cd
a light, soft green · cool · closest name: silver
RGB
191, 217, 205
HSL
152°, 26%, 80%
CMYK
12, 0, 6, 15
Luminance
0.6511
Every format
| HEX | #bfd9cd |
| RGB | rgb(191, 217, 205) |
| HSL | hsl(152, 26%, 80%) |
| CMYK | cmyk(12%, 0%, 6%, 15%) |
| LAB | lab(84.5 -10.9 3.0) |
| LCH | lch(84.5 11.3 164.8) |
| OKLCH | oklch(0.863 0.032 166.1) |
Copy-ready code
/* CSS */
color: #bfd9cd;
background-color: #bfd9cd;
/* Tailwind (arbitrary) */
class="text-[#bfd9cd] bg-[#bfd9cd]"
/* SCSS */
$brand: #bfd9cd;
/* SwiftUI */
Color(red: 0.749, green: 0.851, blue: 0.804)
/* Android */
Color.parseColor("#bfd9cd")Accessibility — WCAG contrast
Aa
#bfd9cd on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfd9cd on black: 14.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green85.1%
Blue80.4%
CMYK percentages
Cyan12.0%
Magenta0.0%
Yellow5.5%
Key (black)14.9%
Color previews
#bfd9cd text on a black background
contrast 14.02:1
Card sample
#bfd9cd text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfd9cd;
Background color
Panel with #bfd9cd background
background-color: #bfd9cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfd9cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 217, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 217, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfd9cd; background: linear-gradient(135deg, #bfd9cd, #BFD4D9);