#bfd67c
a light, vivid green · cool · closest name: khaki
RGB
191, 214, 124
HSL
75°, 52%, 66%
CMYK
11, 0, 42, 16
Luminance
0.6062
Every format
| HEX | #bfd67c |
| RGB | rgb(191, 214, 124) |
| HSL | hsl(75, 52%, 66%) |
| CMYK | cmyk(11%, 0%, 42%, 16%) |
| LAB | lab(82.2 -21.8 41.8) |
| LCH | lch(82.2 47.2 117.5) |
| OKLCH | oklch(0.839 0.118 120.7) |
Copy-ready code
/* CSS */
color: #bfd67c;
background-color: #bfd67c;
/* Tailwind (arbitrary) */
class="text-[#bfd67c] bg-[#bfd67c]"
/* SCSS */
$brand: #bfd67c;
/* SwiftUI */
Color(red: 0.749, green: 0.839, blue: 0.486)
/* Android */
Color.parseColor("#bfd67c")Accessibility — WCAG contrast
Aa
#bfd67c on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfd67c on black: 13.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green83.9%
Blue48.6%
CMYK percentages
Cyan10.7%
Magenta0.0%
Yellow42.1%
Key (black)16.1%
Color previews
#bfd67c text on a black background
contrast 13.12:1
Card sample
#bfd67c text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfd67c;
Background color
Panel with #bfd67c background
background-color: #bfd67c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfd67c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 214, 124, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 214, 124, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfd67c; background: linear-gradient(135deg, #bfd67c, #83D67C);