#918213
a dark, electric yellow · cool · closest name: olive
RGB
145, 130, 19
HSL
53°, 77%, 32%
CMYK
0, 10, 87, 43
Luminance
0.2203
Every format
| HEX | #918213 |
| RGB | rgb(145, 130, 19) |
| HSL | hsl(53, 77%, 32%) |
| CMYK | cmyk(0%, 10%, 87%, 43%) |
| LAB | lab(54.1 -5.7 55.3) |
| LCH | lch(54.1 55.6 95.9) |
| OKLCH | oklch(0.602 0.120 100.8) |
Copy-ready code
/* CSS */
color: #918213;
background-color: #918213;
/* Tailwind (arbitrary) */
class="text-[#918213] bg-[#918213]"
/* SCSS */
$brand: #918213;
/* SwiftUI */
Color(red: 0.569, green: 0.510, blue: 0.075)
/* Android */
Color.parseColor("#918213")Accessibility — WCAG contrast
Aa
#918213 on white: 3.88:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#918213 on black: 5.41:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.9%
Green51.0%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta10.3%
Yellow86.9%
Key (black)43.1%
Color previews
#918213 text on a black background
contrast 5.41:1
Card sample
#918213 text on a white background
contrast 3.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #918213;
Background color
Panel with #918213 background
background-color: #918213;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #918213;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(145, 130, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(145, 130, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #918213; background: linear-gradient(135deg, #918213, #4C9113);