#beca21
a balanced, vivid yellow · cool · closest name: gold
RGB
190, 202, 33
HSL
64°, 72%, 46%
CMYK
6, 0, 84, 21
Luminance
0.5330
Every format
| HEX | #beca21 |
| RGB | rgb(190, 202, 33) |
| HSL | hsl(64, 72%, 46%) |
| CMYK | cmyk(6%, 0%, 84%, 21%) |
| LAB | lab(78.0 -22.7 73.5) |
| LCH | lch(78.0 76.9 107.1) |
| OKLCH | oklch(0.803 0.173 114.1) |
Copy-ready code
/* CSS */
color: #beca21;
background-color: #beca21;
/* Tailwind (arbitrary) */
class="text-[#beca21] bg-[#beca21]"
/* SCSS */
$brand: #beca21;
/* SwiftUI */
Color(red: 0.745, green: 0.792, blue: 0.129)
/* Android */
Color.parseColor("#beca21")Accessibility — WCAG contrast
Aa
#beca21 on white: 1.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#beca21 on black: 11.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.5%
Green79.2%
Blue12.9%
CMYK percentages
Cyan5.9%
Magenta0.0%
Yellow83.7%
Key (black)20.8%
Color previews
#beca21 text on a black background
contrast 11.66:1
Card sample
#beca21 text on a white background
contrast 1.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #beca21;
Background color
Panel with #beca21 background
background-color: #beca21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #beca21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(190, 202, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(190, 202, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #beca21; background: linear-gradient(135deg, #beca21, #4DCA21);