#949921
a dark, vivid yellow · cool · closest name: olive
RGB
148, 153, 33
HSL
63°, 65%, 37%
CMYK
3, 0, 78, 40
Luminance
0.2919
Every format
| HEX | #949921 |
| RGB | rgb(148, 153, 33) |
| HSL | hsl(63, 65%, 37%) |
| CMYK | cmyk(3%, 0%, 78%, 40%) |
| LAB | lab(61.0 -16.2 57.4) |
| LCH | lch(61.0 59.6 105.7) |
| OKLCH | oklch(0.658 0.135 112.1) |
Copy-ready code
/* CSS */
color: #949921;
background-color: #949921;
/* Tailwind (arbitrary) */
class="text-[#949921] bg-[#949921]"
/* SCSS */
$brand: #949921;
/* SwiftUI */
Color(red: 0.580, green: 0.600, blue: 0.129)
/* Android */
Color.parseColor("#949921")Accessibility — WCAG contrast
Aa
#949921 on white: 3.07:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#949921 on black: 6.84:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.0%
Green60.0%
Blue12.9%
CMYK percentages
Cyan3.3%
Magenta0.0%
Yellow78.4%
Key (black)40.0%
Color previews
#949921 text on a black background
contrast 6.84:1
Card sample
#949921 text on a white background
contrast 3.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #949921;
Background color
Panel with #949921 background
background-color: #949921;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #949921;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(148, 153, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(148, 153, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #949921; background: linear-gradient(135deg, #949921, #449921);