#bfd5bf
a light, soft green · cool · closest name: beige
RGB
191, 213, 191
HSL
120°, 21%, 79%
CMYK
10, 0, 10, 17
Luminance
0.6243
Every format
| HEX | #bfd5bf |
| RGB | rgb(191, 213, 191) |
| HSL | hsl(120, 21%, 79%) |
| CMYK | cmyk(10%, 0%, 10%, 17%) |
| LAB | lab(83.1 -11.5 8.4) |
| LCH | lch(83.1 14.2 143.8) |
| OKLCH | oklch(0.850 0.038 145.2) |
Copy-ready code
/* CSS */
color: #bfd5bf;
background-color: #bfd5bf;
/* Tailwind (arbitrary) */
class="text-[#bfd5bf] bg-[#bfd5bf]"
/* SCSS */
$brand: #bfd5bf;
/* SwiftUI */
Color(red: 0.749, green: 0.835, blue: 0.749)
/* Android */
Color.parseColor("#bfd5bf")Accessibility — WCAG contrast
Aa
#bfd5bf on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfd5bf on black: 13.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green83.5%
Blue74.9%
CMYK percentages
Cyan10.3%
Magenta0.0%
Yellow10.3%
Key (black)16.5%
Color previews
#bfd5bf text on a black background
contrast 13.49:1
Card sample
#bfd5bf text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfd5bf;
Background color
Panel with #bfd5bf background
background-color: #bfd5bf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfd5bf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 213, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 213, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfd5bf; background: linear-gradient(135deg, #bfd5bf, #BFD5CE);