#beef97
a light, vivid green · cool · closest name: khaki
RGB
190, 239, 151
HSL
93°, 73%, 77%
CMYK
21, 0, 37, 6
Luminance
0.7491
Every format
| HEX | #beef97 |
| RGB | rgb(190, 239, 151) |
| HSL | hsl(93, 73%, 77%) |
| CMYK | cmyk(21%, 0%, 37%, 6%) |
| LAB | lab(89.3 -30.8 37.6) |
| LCH | lch(89.3 48.6 129.3) |
| OKLCH | oklch(0.897 0.125 132.2) |
Copy-ready code
/* CSS */
color: #beef97;
background-color: #beef97;
/* Tailwind (arbitrary) */
class="text-[#beef97] bg-[#beef97]"
/* SCSS */
$brand: #beef97;
/* SwiftUI */
Color(red: 0.745, green: 0.937, blue: 0.592)
/* Android */
Color.parseColor("#beef97")Accessibility — WCAG contrast
Aa
#beef97 on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#beef97 on black: 15.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.5%
Green93.7%
Blue59.2%
CMYK percentages
Cyan20.5%
Magenta0.0%
Yellow36.8%
Key (black)6.3%
Color previews
#beef97 text on a black background
contrast 15.98:1
Card sample
#beef97 text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #beef97;
Background color
Panel with #beef97 background
background-color: #beef97;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #beef97;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(190, 239, 151, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(190, 239, 151, 0.45);
Border & gradient
Gradient panel
border: 3px solid #beef97; background: linear-gradient(135deg, #beef97, #97EFAB);