#bfd673
a balanced, vivid green · cool · closest name: khaki
RGB
191, 214, 115
HSL
74°, 55%, 65%
CMYK
11, 0, 46, 16
Luminance
0.6041
Every format
| HEX | #bfd673 |
| RGB | rgb(191, 214, 115) |
| HSL | hsl(74, 55%, 65%) |
| CMYK | cmyk(11%, 0%, 46%, 16%) |
| LAB | lab(82.1 -22.8 46.1) |
| LCH | lch(82.1 51.4 116.3) |
| OKLCH | oklch(0.837 0.128 120.0) |
Copy-ready code
/* CSS */
color: #bfd673;
background-color: #bfd673;
/* Tailwind (arbitrary) */
class="text-[#bfd673] bg-[#bfd673]"
/* SCSS */
$brand: #bfd673;
/* SwiftUI */
Color(red: 0.749, green: 0.839, blue: 0.451)
/* Android */
Color.parseColor("#bfd673")Accessibility — WCAG contrast
Aa
#bfd673 on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfd673 on black: 13.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green83.9%
Blue45.1%
CMYK percentages
Cyan10.7%
Magenta0.0%
Yellow46.3%
Key (black)16.1%
Color previews
#bfd673 text on a black background
contrast 13.08:1
Card sample
#bfd673 text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfd673;
Background color
Panel with #bfd673 background
background-color: #bfd673;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfd673;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 214, 115, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 214, 115, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfd673; background: linear-gradient(135deg, #bfd673, #7DD673);