#bfdfbf
a light, soft green · cool · closest name: beige
RGB
191, 223, 191
HSL
120°, 33%, 81%
CMYK
14, 0, 14, 13
Luminance
0.6761
Every format
| HEX | #bfdfbf |
| RGB | rgb(191, 223, 191) |
| HSL | hsl(120, 33%, 81%) |
| CMYK | cmyk(14%, 0%, 14%, 13%) |
| LAB | lab(85.8 -16.5 12.2) |
| LCH | lch(85.8 20.5 143.6) |
| OKLCH | oklch(0.872 0.055 145.1) |
Copy-ready code
/* CSS */
color: #bfdfbf;
background-color: #bfdfbf;
/* Tailwind (arbitrary) */
class="text-[#bfdfbf] bg-[#bfdfbf]"
/* SCSS */
$brand: #bfdfbf;
/* SwiftUI */
Color(red: 0.749, green: 0.875, blue: 0.749)
/* Android */
Color.parseColor("#bfdfbf")Accessibility — WCAG contrast
Aa
#bfdfbf on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfdfbf on black: 14.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green87.5%
Blue74.9%
CMYK percentages
Cyan14.3%
Magenta0.0%
Yellow14.3%
Key (black)12.5%
Color previews
#bfdfbf text on a black background
contrast 14.52:1
Card sample
#bfdfbf text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfdfbf;
Background color
Panel with #bfdfbf background
background-color: #bfdfbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfdfbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 223, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 223, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfdfbf; background: linear-gradient(135deg, #bfdfbf, #BFDFD4);