#becc2f
a balanced, vivid yellow · cool · closest name: gold
RGB
190, 204, 47
HSL
65°, 63%, 49%
CMYK
7, 0, 77, 20
Luminance
0.5434
Every format
| HEX | #becc2f |
| RGB | rgb(190, 204, 47) |
| HSL | hsl(65, 63%, 49%) |
| CMYK | cmyk(7%, 0%, 77%, 20%) |
| LAB | lab(78.7 -23.2 70.4) |
| LCH | lch(78.7 74.1 108.2) |
| OKLCH | oklch(0.808 0.170 114.8) |
Copy-ready code
/* CSS */
color: #becc2f;
background-color: #becc2f;
/* Tailwind (arbitrary) */
class="text-[#becc2f] bg-[#becc2f]"
/* SCSS */
$brand: #becc2f;
/* SwiftUI */
Color(red: 0.745, green: 0.800, blue: 0.184)
/* Android */
Color.parseColor("#becc2f")Accessibility — WCAG contrast
Aa
#becc2f on white: 1.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#becc2f on black: 11.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.5%
Green80.0%
Blue18.4%
CMYK percentages
Cyan6.9%
Magenta0.0%
Yellow77.0%
Key (black)20.0%
Color previews
#becc2f text on a black background
contrast 11.87:1
Card sample
#becc2f text on a white background
contrast 1.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #becc2f;
Background color
Panel with #becc2f background
background-color: #becc2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #becc2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(190, 204, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(190, 204, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #becc2f; background: linear-gradient(135deg, #becc2f, #55CC2F);