#948c01
a dark, electric yellow · cool · closest name: olive
RGB
148, 140, 1
HSL
57°, 99%, 29%
CMYK
0, 5, 99, 42
Luminance
0.2505
Every format
| HEX | #948c01 |
| RGB | rgb(148, 140, 1) |
| HSL | hsl(57, 99%, 29%) |
| CMYK | cmyk(0%, 5%, 99%, 42%) |
| LAB | lab(57.1 -10.1 61.1) |
| LCH | lch(57.1 62.0 99.4) |
| OKLCH | oklch(0.627 0.133 105.6) |
Copy-ready code
/* CSS */
color: #948c01;
background-color: #948c01;
/* Tailwind (arbitrary) */
class="text-[#948c01] bg-[#948c01]"
/* SCSS */
$brand: #948c01;
/* SwiftUI */
Color(red: 0.580, green: 0.549, blue: 0.004)
/* Android */
Color.parseColor("#948c01")Accessibility — WCAG contrast
Aa
#948c01 on white: 3.49:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#948c01 on black: 6.01:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.0%
Green54.9%
Blue0.4%
CMYK percentages
Cyan0.0%
Magenta5.4%
Yellow99.3%
Key (black)42.0%
Color previews
#948c01 text on a black background
contrast 6.01:1
Card sample
#948c01 text on a white background
contrast 3.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #948c01;
Background color
Panel with #948c01 background
background-color: #948c01;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #948c01;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(148, 140, 1, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(148, 140, 1, 0.45);
Border & gradient
Gradient panel
border: 3px solid #948c01; background: linear-gradient(135deg, #948c01, #3A9401);