#bfd07c
a light, vivid green · cool · closest name: khaki
RGB
191, 208, 124
HSL
72°, 47%, 65%
CMYK
8, 0, 40, 18
Luminance
0.5764
Every format
| HEX | #bfd07c |
| RGB | rgb(191, 208, 124) |
| HSL | hsl(72, 47%, 65%) |
| CMYK | cmyk(8%, 0%, 40%, 18%) |
| LAB | lab(80.5 -18.8 39.8) |
| LCH | lch(80.5 44.0 115.4) |
| OKLCH | oklch(0.826 0.110 118.2) |
Copy-ready code
/* CSS */
color: #bfd07c;
background-color: #bfd07c;
/* Tailwind (arbitrary) */
class="text-[#bfd07c] bg-[#bfd07c]"
/* SCSS */
$brand: #bfd07c;
/* SwiftUI */
Color(red: 0.749, green: 0.816, blue: 0.486)
/* Android */
Color.parseColor("#bfd07c")Accessibility — WCAG contrast
Aa
#bfd07c on white: 1.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfd07c on black: 12.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green81.6%
Blue48.6%
CMYK percentages
Cyan8.2%
Magenta0.0%
Yellow40.4%
Key (black)18.4%
Color previews
#bfd07c text on a black background
contrast 12.53:1
Card sample
#bfd07c text on a white background
contrast 1.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfd07c;
Background color
Panel with #bfd07c background
background-color: #bfd07c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfd07c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 208, 124, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 208, 124, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfd07c; background: linear-gradient(135deg, #bfd07c, #87D07C);