#748421
a dark, vivid yellow · cool · closest name: olivedrab
RGB
116, 132, 33
HSL
70°, 60%, 32%
CMYK
12, 0, 75, 48
Luminance
0.2033
Every format
| HEX | #748421 |
| RGB | rgb(116, 132, 33) |
| HSL | hsl(70, 60%, 32%) |
| CMYK | cmyk(12%, 0%, 75%, 48%) |
| LAB | lab(52.2 -19.5 48.3) |
| LCH | lch(52.2 52.0 112.0) |
| OKLCH | oklch(0.581 0.122 118.5) |
Copy-ready code
/* CSS */
color: #748421;
background-color: #748421;
/* Tailwind (arbitrary) */
class="text-[#748421] bg-[#748421]"
/* SCSS */
$brand: #748421;
/* SwiftUI */
Color(red: 0.455, green: 0.518, blue: 0.129)
/* Android */
Color.parseColor("#748421")Accessibility — WCAG contrast
Aa
#748421 on white: 4.15:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#748421 on black: 5.07:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.5%
Green51.8%
Blue12.9%
CMYK percentages
Cyan12.1%
Magenta0.0%
Yellow75.0%
Key (black)48.2%
Color previews
#748421 text on a black background
contrast 5.07:1
Card sample
#748421 text on a white background
contrast 4.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #748421;
Background color
Panel with #748421 background
background-color: #748421;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #748421;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(116, 132, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(116, 132, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #748421; background: linear-gradient(135deg, #748421, #328421);