#bfd790
a light, vivid green · cool · closest name: khaki
RGB
191, 215, 144
HSL
80°, 47%, 70%
CMYK
11, 0, 33, 16
Luminance
0.6169
Every format
| HEX | #bfd790 |
| RGB | rgb(191, 215, 144) |
| HSL | hsl(80, 47%, 70%) |
| CMYK | cmyk(11%, 0%, 33%, 16%) |
| LAB | lab(82.8 -19.8 32.5) |
| LCH | lch(82.8 38.0 121.4) |
| OKLCH | oklch(0.844 0.097 123.6) |
Copy-ready code
/* CSS */
color: #bfd790;
background-color: #bfd790;
/* Tailwind (arbitrary) */
class="text-[#bfd790] bg-[#bfd790]"
/* SCSS */
$brand: #bfd790;
/* SwiftUI */
Color(red: 0.749, green: 0.843, blue: 0.565)
/* Android */
Color.parseColor("#bfd790")Accessibility — WCAG contrast
Aa
#bfd790 on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfd790 on black: 13.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green84.3%
Blue56.5%
CMYK percentages
Cyan11.2%
Magenta0.0%
Yellow33.0%
Key (black)15.7%
Color previews
#bfd790 text on a black background
contrast 13.34:1
Card sample
#bfd790 text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfd790;
Background color
Panel with #bfd790 background
background-color: #bfd790;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfd790;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 215, 144, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 215, 144, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfd790; background: linear-gradient(135deg, #bfd790, #90D790);