#948310
a dark, electric yellow · cool · closest name: olive
RGB
148, 131, 16
HSL
52°, 81%, 32%
CMYK
0, 12, 89, 42
Luminance
0.2257
Every format
| HEX | #948310 |
| RGB | rgb(148, 131, 16) |
| HSL | hsl(52, 81%, 32%) |
| CMYK | cmyk(0%, 12%, 89%, 42%) |
| LAB | lab(54.6 -4.9 56.6) |
| LCH | lch(54.6 56.8 95.0) |
| OKLCH | oklch(0.607 0.122 99.7) |
Copy-ready code
/* CSS */
color: #948310;
background-color: #948310;
/* Tailwind (arbitrary) */
class="text-[#948310] bg-[#948310]"
/* SCSS */
$brand: #948310;
/* SwiftUI */
Color(red: 0.580, green: 0.514, blue: 0.063)
/* Android */
Color.parseColor("#948310")Accessibility — WCAG contrast
Aa
#948310 on white: 3.81:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#948310 on black: 5.51:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.0%
Green51.4%
Blue6.3%
CMYK percentages
Cyan0.0%
Magenta11.5%
Yellow89.2%
Key (black)42.0%
Color previews
#948310 text on a black background
contrast 5.51:1
Card sample
#948310 text on a white background
contrast 3.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #948310;
Background color
Panel with #948310 background
background-color: #948310;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #948310;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(148, 131, 16, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(148, 131, 16, 0.45);
Border & gradient
Gradient panel
border: 3px solid #948310; background: linear-gradient(135deg, #948310, #4D9410);