#bfd166
a balanced, vivid green · cool · closest name: khaki
RGB
191, 209, 102
HSL
70°, 54%, 61%
CMYK
9, 0, 51, 18
Luminance
0.5764
Every format
| HEX | #bfd166 |
| RGB | rgb(191, 209, 102) |
| HSL | hsl(70, 54%, 61%) |
| CMYK | cmyk(9%, 0%, 51%, 18%) |
| LAB | lab(80.5 -21.6 50.5) |
| LCH | lch(80.5 54.9 113.2) |
| OKLCH | oklch(0.825 0.134 117.3) |
Copy-ready code
/* CSS */
color: #bfd166;
background-color: #bfd166;
/* Tailwind (arbitrary) */
class="text-[#bfd166] bg-[#bfd166]"
/* SCSS */
$brand: #bfd166;
/* SwiftUI */
Color(red: 0.749, green: 0.820, blue: 0.400)
/* Android */
Color.parseColor("#bfd166")Accessibility — WCAG contrast
Aa
#bfd166 on white: 1.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfd166 on black: 12.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green82.0%
Blue40.0%
CMYK percentages
Cyan8.6%
Magenta0.0%
Yellow51.2%
Key (black)18.0%
Color previews
#bfd166 text on a black background
contrast 12.53:1
Card sample
#bfd166 text on a white background
contrast 1.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfd166;
Background color
Panel with #bfd166 background
background-color: #bfd166;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfd166;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 209, 102, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 209, 102, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfd166; background: linear-gradient(135deg, #bfd166, #78D166);