#919921
a dark, vivid yellow · cool · closest name: olive
RGB
145, 153, 33
HSL
64°, 65%, 37%
CMYK
5, 0, 78, 40
Luminance
0.2891
Every format
| HEX | #919921 |
| RGB | rgb(145, 153, 33) |
| HSL | hsl(64, 65%, 37%) |
| CMYK | cmyk(5%, 0%, 78%, 40%) |
| LAB | lab(60.7 -17.5 57.0) |
| LCH | lch(60.7 59.7 107.1) |
| OKLCH | oklch(0.655 0.136 113.5) |
Copy-ready code
/* CSS */
color: #919921;
background-color: #919921;
/* Tailwind (arbitrary) */
class="text-[#919921] bg-[#919921]"
/* SCSS */
$brand: #919921;
/* SwiftUI */
Color(red: 0.569, green: 0.600, blue: 0.129)
/* Android */
Color.parseColor("#919921")Accessibility — WCAG contrast
Aa
#919921 on white: 3.10:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#919921 on black: 6.78:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.9%
Green60.0%
Blue12.9%
CMYK percentages
Cyan5.2%
Magenta0.0%
Yellow78.4%
Key (black)40.0%
Color previews
#919921 text on a black background
contrast 6.78:1
Card sample
#919921 text on a white background
contrast 3.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #919921;
Background color
Panel with #919921 background
background-color: #919921;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #919921;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(145, 153, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(145, 153, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #919921; background: linear-gradient(135deg, #919921, #419921);