#beaf2c
a balanced, vivid yellow · cool · closest name: olive
RGB
190, 175, 44
HSL
54°, 62%, 46%
CMYK
0, 8, 77, 26
Luminance
0.4179
Every format
| HEX | #beaf2c |
| RGB | rgb(190, 175, 44) |
| HSL | hsl(54, 62%, 46%) |
| CMYK | cmyk(0%, 8%, 77%, 26%) |
| LAB | lab(70.7 -8.7 64.1) |
| LCH | lch(70.7 64.6 97.7) |
| OKLCH | oklch(0.745 0.143 102.5) |
Copy-ready code
/* CSS */
color: #beaf2c;
background-color: #beaf2c;
/* Tailwind (arbitrary) */
class="text-[#beaf2c] bg-[#beaf2c]"
/* SCSS */
$brand: #beaf2c;
/* SwiftUI */
Color(red: 0.745, green: 0.686, blue: 0.173)
/* Android */
Color.parseColor("#beaf2c")Accessibility — WCAG contrast
Aa
#beaf2c on white: 2.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#beaf2c on black: 9.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.5%
Green68.6%
Blue17.3%
CMYK percentages
Cyan0.0%
Magenta7.9%
Yellow76.8%
Key (black)25.5%
Color previews
#beaf2c text on a black background
contrast 9.36:1
Card sample
#beaf2c text on a white background
contrast 2.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #beaf2c;
Background color
Panel with #beaf2c background
background-color: #beaf2c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #beaf2c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(190, 175, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(190, 175, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #beaf2c; background: linear-gradient(135deg, #beaf2c, #6CBE2C);