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