#919421
a dark, vivid yellow · cool · closest name: olive
RGB
145, 148, 33
HSL
62°, 64%, 36%
CMYK
2, 0, 78, 42
Luminance
0.2731
Every format
| HEX | #919421 |
| RGB | rgb(145, 148, 33) |
| HSL | hsl(62, 64%, 36%) |
| CMYK | cmyk(2%, 0%, 78%, 42%) |
| LAB | lab(59.3 -14.9 55.7) |
| LCH | lch(59.3 57.7 105.0) |
| OKLCH | oklch(0.644 0.131 111.1) |
Copy-ready code
/* CSS */
color: #919421;
background-color: #919421;
/* Tailwind (arbitrary) */
class="text-[#919421] bg-[#919421]"
/* SCSS */
$brand: #919421;
/* SwiftUI */
Color(red: 0.569, green: 0.580, blue: 0.129)
/* Android */
Color.parseColor("#919421")Accessibility — WCAG contrast
Aa
#919421 on white: 3.25:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#919421 on black: 6.46:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.9%
Green58.0%
Blue12.9%
CMYK percentages
Cyan2.0%
Magenta0.0%
Yellow77.7%
Key (black)42.0%
Color previews
#919421 text on a black background
contrast 6.46:1
Card sample
#919421 text on a white background
contrast 3.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #919421;
Background color
Panel with #919421 background
background-color: #919421;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #919421;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(145, 148, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(145, 148, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #919421; background: linear-gradient(135deg, #919421, #449421);