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