#bfdbaf
a light, soft green · cool · closest name: beige
RGB
191, 219, 175
HSL
98°, 38%, 77%
CMYK
13, 0, 20, 14
Luminance
0.6483
Every format
| HEX | #bfdbaf |
| RGB | rgb(191, 219, 175) |
| HSL | hsl(98, 38%, 77%) |
| CMYK | cmyk(13%, 0%, 20%, 14%) |
| LAB | lab(84.4 -17.2 18.6) |
| LCH | lch(84.4 25.4 132.8) |
| OKLCH | oklch(0.859 0.067 134.2) |
Copy-ready code
/* CSS */
color: #bfdbaf;
background-color: #bfdbaf;
/* Tailwind (arbitrary) */
class="text-[#bfdbaf] bg-[#bfdbaf]"
/* SCSS */
$brand: #bfdbaf;
/* SwiftUI */
Color(red: 0.749, green: 0.859, blue: 0.686)
/* Android */
Color.parseColor("#bfdbaf")Accessibility — WCAG contrast
Aa
#bfdbaf on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfdbaf on black: 13.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green85.9%
Blue68.6%
CMYK percentages
Cyan12.8%
Magenta0.0%
Yellow20.1%
Key (black)14.1%
Color previews
#bfdbaf text on a black background
contrast 13.97:1
Card sample
#bfdbaf text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfdbaf;
Background color
Panel with #bfdbaf background
background-color: #bfdbaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfdbaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 219, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 219, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfdbaf; background: linear-gradient(135deg, #bfdbaf, #AFDBBC);