#919021
a dark, vivid yellow · cool · closest name: olive
RGB
145, 144, 33
HSL
60°, 63%, 35%
CMYK
0, 1, 77, 43
Luminance
0.2608
Every format
| HEX | #919021 |
| RGB | rgb(145, 144, 33) |
| HSL | hsl(60, 63%, 35%) |
| CMYK | cmyk(0%, 1%, 77%, 43%) |
| LAB | lab(58.1 -12.8 54.7) |
| LCH | lch(58.1 56.1 103.2) |
| OKLCH | oklch(0.634 0.127 109.0) |
Copy-ready code
/* CSS */
color: #919021;
background-color: #919021;
/* Tailwind (arbitrary) */
class="text-[#919021] bg-[#919021]"
/* SCSS */
$brand: #919021;
/* SwiftUI */
Color(red: 0.569, green: 0.565, blue: 0.129)
/* Android */
Color.parseColor("#919021")Accessibility — WCAG contrast
Aa
#919021 on white: 3.38:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#919021 on black: 6.22:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.9%
Green56.5%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta0.7%
Yellow77.2%
Key (black)43.1%
Color previews
#919021 text on a black background
contrast 6.22:1
Card sample
#919021 text on a white background
contrast 3.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #919021;
Background color
Panel with #919021 background
background-color: #919021;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #919021;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(145, 144, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(145, 144, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #919021; background: linear-gradient(135deg, #919021, #479121);