#bfd968
a balanced, vivid green · cool · closest name: khaki
RGB
191, 217, 104
HSL
74°, 60%, 63%
CMYK
12, 0, 52, 15
Luminance
0.6170
Every format
| HEX | #bfd968 |
| RGB | rgb(191, 217, 104) |
| HSL | hsl(74, 60%, 63%) |
| CMYK | cmyk(12%, 0%, 52%, 15%) |
| LAB | lab(82.8 -25.3 52.1) |
| LCH | lch(82.8 58.0 115.9) |
| OKLCH | oklch(0.843 0.142 120.3) |
Copy-ready code
/* CSS */
color: #bfd968;
background-color: #bfd968;
/* Tailwind (arbitrary) */
class="text-[#bfd968] bg-[#bfd968]"
/* SCSS */
$brand: #bfd968;
/* SwiftUI */
Color(red: 0.749, green: 0.851, blue: 0.408)
/* Android */
Color.parseColor("#bfd968")Accessibility — WCAG contrast
Aa
#bfd968 on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfd968 on black: 13.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green85.1%
Blue40.8%
CMYK percentages
Cyan12.0%
Magenta0.0%
Yellow52.1%
Key (black)14.9%
Color previews
#bfd968 text on a black background
contrast 13.34:1
Card sample
#bfd968 text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfd968;
Background color
Panel with #bfd968 background
background-color: #bfd968;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfd968;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 217, 104, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 217, 104, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfd968; background: linear-gradient(135deg, #bfd968, #74D968);