#6a6a1b
a dark, vivid yellow · cool · closest name: olive
RGB
106, 106, 27
HSL
60°, 59%, 26%
CMYK
0, 0, 75, 58
Luminance
0.1345
Every format
| HEX | #6a6a1b |
| RGB | rgb(106, 106, 27) |
| HSL | hsl(60, 59%, 26%) |
| CMYK | cmyk(0%, 0%, 75%, 58%) |
| LAB | lab(43.4 -10.4 41.8) |
| LCH | lch(43.4 43.1 103.9) |
| OKLCH | oklch(0.509 0.098 109.4) |
Copy-ready code
/* CSS */
color: #6a6a1b;
background-color: #6a6a1b;
/* Tailwind (arbitrary) */
class="text-[#6a6a1b] bg-[#6a6a1b]"
/* SCSS */
$brand: #6a6a1b;
/* SwiftUI */
Color(red: 0.416, green: 0.416, blue: 0.106)
/* Android */
Color.parseColor("#6a6a1b")Accessibility — WCAG contrast
Aa
#6a6a1b on white: 5.69:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#6a6a1b on black: 3.69:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.6%
Green41.6%
Blue10.6%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow74.5%
Key (black)58.4%
Color previews
#6a6a1b text on a black background
contrast 3.69:1
Card sample
#6a6a1b text on a white background
contrast 5.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6a6a1b;
Background color
Panel with #6a6a1b background
background-color: #6a6a1b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6a6a1b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(106, 106, 27, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(106, 106, 27, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6a6a1b; background: linear-gradient(135deg, #6a6a1b, #356A1B);