#67720c
a deep, electric yellow · cool · closest name: olive
RGB
103, 114, 12
HSL
67°, 81%, 25%
CMYK
10, 0, 90, 55
Luminance
0.1494
Every format
| HEX | #67720c |
| RGB | rgb(103, 114, 12) |
| HSL | hsl(67, 81%, 25%) |
| CMYK | cmyk(10%, 0%, 90%, 55%) |
| LAB | lab(45.6 -16.8 48.4) |
| LCH | lch(45.6 51.2 109.1) |
| OKLCH | oklch(0.525 0.116 116.4) |
Copy-ready code
/* CSS */
color: #67720c;
background-color: #67720c;
/* Tailwind (arbitrary) */
class="text-[#67720c] bg-[#67720c]"
/* SCSS */
$brand: #67720c;
/* SwiftUI */
Color(red: 0.404, green: 0.447, blue: 0.047)
/* Android */
Color.parseColor("#67720c")Accessibility — WCAG contrast
Aa
#67720c on white: 5.26:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#67720c on black: 3.99:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.4%
Green44.7%
Blue4.7%
CMYK percentages
Cyan9.6%
Magenta0.0%
Yellow89.5%
Key (black)55.3%
Color previews
#67720c text on a black background
contrast 3.99:1
Card sample
#67720c text on a white background
contrast 5.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #67720c;
Background color
Panel with #67720c background
background-color: #67720c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #67720c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(103, 114, 12, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(103, 114, 12, 0.45);
Border & gradient
Gradient panel
border: 3px solid #67720c; background: linear-gradient(135deg, #67720c, #23720C);