#bfd962
a balanced, vivid green · cool · closest name: khaki
RGB
191, 217, 98
HSL
73°, 61%, 62%
CMYK
12, 0, 55, 15
Luminance
0.6158
Every format
| HEX | #bfd962 |
| RGB | rgb(191, 217, 98) |
| HSL | hsl(73, 61%, 62%) |
| CMYK | cmyk(12%, 0%, 55%, 15%) |
| LAB | lab(82.7 -25.8 54.8) |
| LCH | lch(82.7 60.6 115.2) |
| OKLCH | oklch(0.842 0.148 120.0) |
Copy-ready code
/* CSS */
color: #bfd962;
background-color: #bfd962;
/* Tailwind (arbitrary) */
class="text-[#bfd962] bg-[#bfd962]"
/* SCSS */
$brand: #bfd962;
/* SwiftUI */
Color(red: 0.749, green: 0.851, blue: 0.384)
/* Android */
Color.parseColor("#bfd962")Accessibility — WCAG contrast
Aa
#bfd962 on white: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfd962 on black: 13.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green85.1%
Blue38.4%
CMYK percentages
Cyan12.0%
Magenta0.0%
Yellow54.8%
Key (black)14.9%
Color previews
#bfd962 text on a black background
contrast 13.32:1
Card sample
#bfd962 text on a white background
contrast 1.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfd962;
Background color
Panel with #bfd962 background
background-color: #bfd962;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfd962;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 217, 98, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 217, 98, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfd962; background: linear-gradient(135deg, #bfd962, #70D962);