#748310
a dark, electric yellow · cool · closest name: olive
RGB
116, 131, 16
HSL
68°, 78%, 29%
CMYK
12, 0, 88, 49
Luminance
0.1998
Every format
| HEX | #748310 |
| RGB | rgb(116, 131, 16) |
| HSL | hsl(68, 78%, 29%) |
| CMYK | cmyk(12%, 0%, 88%, 49%) |
| LAB | lab(51.8 -19.7 53.1) |
| LCH | lch(51.8 56.6 110.3) |
| OKLCH | oklch(0.578 0.129 117.6) |
Copy-ready code
/* CSS */
color: #748310;
background-color: #748310;
/* Tailwind (arbitrary) */
class="text-[#748310] bg-[#748310]"
/* SCSS */
$brand: #748310;
/* SwiftUI */
Color(red: 0.455, green: 0.514, blue: 0.063)
/* Android */
Color.parseColor("#748310")Accessibility — WCAG contrast
Aa
#748310 on white: 4.20:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#748310 on black: 5.00:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.5%
Green51.4%
Blue6.3%
CMYK percentages
Cyan11.5%
Magenta0.0%
Yellow87.8%
Key (black)48.6%
Color previews
#748310 text on a black background
contrast 5.00:1
Card sample
#748310 text on a white background
contrast 4.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #748310;
Background color
Panel with #748310 background
background-color: #748310;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #748310;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(116, 131, 16, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(116, 131, 16, 0.45);
Border & gradient
Gradient panel
border: 3px solid #748310; background: linear-gradient(135deg, #748310, #278310);