#70660a
a deep, electric yellow · cool · closest name: olive
RGB
112, 102, 10
HSL
54°, 84%, 24%
CMYK
0, 9, 91, 56
Luminance
0.1297
Every format
| HEX | #70660a |
| RGB | rgb(112, 102, 10) |
| HSL | hsl(54, 84%, 24%) |
| CMYK | cmyk(0%, 9%, 91%, 56%) |
| LAB | lab(42.7 -5.9 46.9) |
| LCH | lch(42.7 47.3 97.1) |
| OKLCH | oklch(0.504 0.102 102.4) |
Copy-ready code
/* CSS */
color: #70660a;
background-color: #70660a;
/* Tailwind (arbitrary) */
class="text-[#70660a] bg-[#70660a]"
/* SCSS */
$brand: #70660a;
/* SwiftUI */
Color(red: 0.439, green: 0.400, blue: 0.039)
/* Android */
Color.parseColor("#70660a")Accessibility — WCAG contrast
Aa
#70660a on white: 5.84:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#70660a on black: 3.59:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.9%
Green40.0%
Blue3.9%
CMYK percentages
Cyan0.0%
Magenta8.9%
Yellow91.1%
Key (black)56.1%
Color previews
#70660a text on a black background
contrast 3.59:1
Card sample
#70660a text on a white background
contrast 5.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #70660a;
Background color
Panel with #70660a background
background-color: #70660a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #70660a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(112, 102, 10, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(112, 102, 10, 0.45);
Border & gradient
Gradient panel
border: 3px solid #70660a; background: linear-gradient(135deg, #70660a, #36700A);