#919321
a dark, vivid yellow · cool · closest name: olive
RGB
145, 147, 33
HSL
61°, 63%, 35%
CMYK
1, 0, 78, 42
Luminance
0.2700
Every format
| HEX | #919321 |
| RGB | rgb(145, 147, 33) |
| HSL | hsl(61, 63%, 35%) |
| CMYK | cmyk(1%, 0%, 78%, 42%) |
| LAB | lab(59.0 -14.4 55.5) |
| LCH | lch(59.0 57.3 104.5) |
| OKLCH | oklch(0.641 0.130 110.6) |
Copy-ready code
/* CSS */
color: #919321;
background-color: #919321;
/* Tailwind (arbitrary) */
class="text-[#919321] bg-[#919321]"
/* SCSS */
$brand: #919321;
/* SwiftUI */
Color(red: 0.569, green: 0.576, blue: 0.129)
/* Android */
Color.parseColor("#919321")Accessibility — WCAG contrast
Aa
#919321 on white: 3.28:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#919321 on black: 6.40:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.9%
Green57.6%
Blue12.9%
CMYK percentages
Cyan1.4%
Magenta0.0%
Yellow77.6%
Key (black)42.4%
Color previews
#919321 text on a black background
contrast 6.40:1
Card sample
#919321 text on a white background
contrast 3.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #919321;
Background color
Panel with #919321 background
background-color: #919321;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #919321;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(145, 147, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(145, 147, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #919321; background: linear-gradient(135deg, #919321, #459321);