#6b7a0f
a dark, electric yellow · cool · closest name: olive
RGB
107, 122, 15
HSL
68°, 78%, 27%
CMYK
12, 0, 88, 52
Luminance
0.1708
Every format
| HEX | #6b7a0f |
| RGB | rgb(107, 122, 15) |
| HSL | hsl(68, 78%, 27%) |
| CMYK | cmyk(12%, 0%, 88%, 52%) |
| LAB | lab(48.4 -19.1 50.2) |
| LCH | lch(48.4 53.7 110.8) |
| OKLCH | oklch(0.548 0.123 118.1) |
Copy-ready code
/* CSS */
color: #6b7a0f;
background-color: #6b7a0f;
/* Tailwind (arbitrary) */
class="text-[#6b7a0f] bg-[#6b7a0f]"
/* SCSS */
$brand: #6b7a0f;
/* SwiftUI */
Color(red: 0.420, green: 0.478, blue: 0.059)
/* Android */
Color.parseColor("#6b7a0f")Accessibility — WCAG contrast
Aa
#6b7a0f on white: 4.76:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#6b7a0f on black: 4.42:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.0%
Green47.8%
Blue5.9%
CMYK percentages
Cyan12.3%
Magenta0.0%
Yellow87.7%
Key (black)52.2%
Color previews
#6b7a0f text on a black background
contrast 4.42:1
Card sample
#6b7a0f text on a white background
contrast 4.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6b7a0f;
Background color
Panel with #6b7a0f background
background-color: #6b7a0f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6b7a0f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(107, 122, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(107, 122, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6b7a0f; background: linear-gradient(135deg, #6b7a0f, #247A0F);