#bfd68f
a light, vivid green · cool · closest name: khaki
RGB
191, 214, 143
HSL
79°, 46%, 70%
CMYK
11, 0, 33, 16
Luminance
0.6115
Every format
| HEX | #bfd68f |
| RGB | rgb(191, 214, 143) |
| HSL | hsl(79, 46%, 70%) |
| CMYK | cmyk(11%, 0%, 33%, 16%) |
| LAB | lab(82.5 -19.5 32.6) |
| LCH | lch(82.5 38.0 120.8) |
| OKLCH | oklch(0.842 0.097 123.1) |
Copy-ready code
/* CSS */
color: #bfd68f;
background-color: #bfd68f;
/* Tailwind (arbitrary) */
class="text-[#bfd68f] bg-[#bfd68f]"
/* SCSS */
$brand: #bfd68f;
/* SwiftUI */
Color(red: 0.749, green: 0.839, blue: 0.561)
/* Android */
Color.parseColor("#bfd68f")Accessibility — WCAG contrast
Aa
#bfd68f on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfd68f on black: 13.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green83.9%
Blue56.1%
CMYK percentages
Cyan10.7%
Magenta0.0%
Yellow33.2%
Key (black)16.1%
Color previews
#bfd68f text on a black background
contrast 13.23:1
Card sample
#bfd68f text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfd68f;
Background color
Panel with #bfd68f background
background-color: #bfd68f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfd68f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 214, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 214, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfd68f; background: linear-gradient(135deg, #bfd68f, #90D68F);