#bfdbbf
a light, soft green · cool · closest name: beige
RGB
191, 219, 191
HSL
120°, 28%, 80%
CMYK
13, 0, 13, 14
Luminance
0.6550
Every format
| HEX | #bfdbbf |
| RGB | rgb(191, 219, 191) |
| HSL | hsl(120, 28%, 80%) |
| CMYK | cmyk(13%, 0%, 13%, 14%) |
| LAB | lab(84.7 -14.5 10.7) |
| LCH | lch(84.7 18.0 143.7) |
| OKLCH | oklch(0.863 0.048 145.1) |
Copy-ready code
/* CSS */
color: #bfdbbf;
background-color: #bfdbbf;
/* Tailwind (arbitrary) */
class="text-[#bfdbbf] bg-[#bfdbbf]"
/* SCSS */
$brand: #bfdbbf;
/* SwiftUI */
Color(red: 0.749, green: 0.859, blue: 0.749)
/* Android */
Color.parseColor("#bfdbbf")Accessibility — WCAG contrast
Aa
#bfdbbf on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfdbbf on black: 14.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green85.9%
Blue74.9%
CMYK percentages
Cyan12.8%
Magenta0.0%
Yellow12.8%
Key (black)14.1%
Color previews
#bfdbbf text on a black background
contrast 14.10:1
Card sample
#bfdbbf text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfdbbf;
Background color
Panel with #bfdbbf background
background-color: #bfdbbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfdbbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 219, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 219, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfdbbf; background: linear-gradient(135deg, #bfdbbf, #BFDBD2);