#bfd7c4
a light, soft green · cool · closest name: silver
RGB
191, 215, 196
HSL
133°, 23%, 80%
CMYK
11, 0, 9, 16
Luminance
0.6366
Every format
| HEX | #bfd7c4 |
| RGB | rgb(191, 215, 196) |
| HSL | hsl(133, 23%, 80%) |
| CMYK | cmyk(11%, 0%, 9%, 16%) |
| LAB | lab(83.8 -11.6 6.7) |
| LCH | lch(83.8 13.4 150.1) |
| OKLCH | oklch(0.856 0.037 151.6) |
Copy-ready code
/* CSS */
color: #bfd7c4;
background-color: #bfd7c4;
/* Tailwind (arbitrary) */
class="text-[#bfd7c4] bg-[#bfd7c4]"
/* SCSS */
$brand: #bfd7c4;
/* SwiftUI */
Color(red: 0.749, green: 0.843, blue: 0.769)
/* Android */
Color.parseColor("#bfd7c4")Accessibility — WCAG contrast
Aa
#bfd7c4 on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfd7c4 on black: 13.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green84.3%
Blue76.9%
CMYK percentages
Cyan11.2%
Magenta0.0%
Yellow8.8%
Key (black)15.7%
Color previews
#bfd7c4 text on a black background
contrast 13.73:1
Card sample
#bfd7c4 text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfd7c4;
Background color
Panel with #bfd7c4 background
background-color: #bfd7c4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfd7c4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 215, 196, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 215, 196, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfd7c4; background: linear-gradient(135deg, #bfd7c4, #BFD7D4);