#bedf6c
a balanced, vivid green · cool · closest name: khaki
RGB
190, 223, 108
HSL
77°, 64%, 65%
CMYK
15, 0, 52, 13
Luminance
0.6481
Every format
| HEX | #bedf6c |
| RGB | rgb(190, 223, 108) |
| HSL | hsl(77, 64%, 65%) |
| CMYK | cmyk(15%, 0%, 52%, 13%) |
| LAB | lab(84.4 -28.2 52.2) |
| LCH | lch(84.4 59.3 118.4) |
| OKLCH | oklch(0.856 0.147 122.8) |
Copy-ready code
/* CSS */
color: #bedf6c;
background-color: #bedf6c;
/* Tailwind (arbitrary) */
class="text-[#bedf6c] bg-[#bedf6c]"
/* SCSS */
$brand: #bedf6c;
/* SwiftUI */
Color(red: 0.745, green: 0.875, blue: 0.424)
/* Android */
Color.parseColor("#bedf6c")Accessibility — WCAG contrast
Aa
#bedf6c on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bedf6c on black: 13.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.5%
Green87.5%
Blue42.4%
CMYK percentages
Cyan14.8%
Magenta0.0%
Yellow51.6%
Key (black)12.5%
Color previews
#bedf6c text on a black background
contrast 13.96:1
Card sample
#bedf6c text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bedf6c;
Background color
Panel with #bedf6c background
background-color: #bedf6c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bedf6c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(190, 223, 108, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(190, 223, 108, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bedf6c; background: linear-gradient(135deg, #bedf6c, #71DF6C);