#758321
a dark, vivid yellow · cool · closest name: olivedrab
RGB
117, 131, 33
HSL
69°, 60%, 32%
CMYK
11, 0, 75, 49
Luminance
0.2012
Every format
| HEX | #758321 |
| RGB | rgb(117, 131, 33) |
| HSL | hsl(69, 60%, 32%) |
| CMYK | cmyk(11%, 0%, 75%, 49%) |
| LAB | lab(52.0 -18.5 48.1) |
| LCH | lch(52.0 51.5 111.1) |
| OKLCH | oklch(0.580 0.120 117.5) |
Copy-ready code
/* CSS */
color: #758321;
background-color: #758321;
/* Tailwind (arbitrary) */
class="text-[#758321] bg-[#758321]"
/* SCSS */
$brand: #758321;
/* SwiftUI */
Color(red: 0.459, green: 0.514, blue: 0.129)
/* Android */
Color.parseColor("#758321")Accessibility — WCAG contrast
Aa
#758321 on white: 4.18:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#758321 on black: 5.02:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.9%
Green51.4%
Blue12.9%
CMYK percentages
Cyan10.7%
Magenta0.0%
Yellow74.8%
Key (black)48.6%
Color previews
#758321 text on a black background
contrast 5.02:1
Card sample
#758321 text on a white background
contrast 4.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #758321;
Background color
Panel with #758321 background
background-color: #758321;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #758321;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(117, 131, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(117, 131, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #758321; background: linear-gradient(135deg, #758321, #348321);