#beaf13
a dark, electric yellow · cool · closest name: olive
RGB
190, 175, 19
HSL
55°, 82%, 41%
CMYK
0, 8, 90, 26
Luminance
0.4165
Every format
| HEX | #beaf13 |
| RGB | rgb(190, 175, 19) |
| HSL | hsl(55, 82%, 41%) |
| CMYK | cmyk(0%, 8%, 90%, 26%) |
| LAB | lab(70.6 -9.4 70.3) |
| LCH | lch(70.6 70.9 97.6) |
| OKLCH | oklch(0.744 0.153 103.1) |
Copy-ready code
/* CSS */
color: #beaf13;
background-color: #beaf13;
/* Tailwind (arbitrary) */
class="text-[#beaf13] bg-[#beaf13]"
/* SCSS */
$brand: #beaf13;
/* SwiftUI */
Color(red: 0.745, green: 0.686, blue: 0.075)
/* Android */
Color.parseColor("#beaf13")Accessibility — WCAG contrast
Aa
#beaf13 on white: 2.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#beaf13 on black: 9.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.5%
Green68.6%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta7.9%
Yellow90.0%
Key (black)25.5%
Color previews
#beaf13 text on a black background
contrast 9.33:1
Card sample
#beaf13 text on a white background
contrast 2.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #beaf13;
Background color
Panel with #beaf13 background
background-color: #beaf13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #beaf13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(190, 175, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(190, 175, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #beaf13; background: linear-gradient(135deg, #beaf13, #5BBE13);