#6c6830
a dark, soft yellow · cool · closest name: olive
RGB
108, 104, 48
HSL
56°, 39%, 31%
CMYK
0, 4, 56, 58
Luminance
0.1330
Every format
| HEX | #6c6830 |
| RGB | rgb(108, 104, 48) |
| HSL | hsl(56, 39%, 31%) |
| CMYK | cmyk(0%, 4%, 56%, 58%) |
| LAB | lab(43.2 -6.7 31.7) |
| LCH | lch(43.2 32.4 102.0) |
| OKLCH | oklch(0.508 0.077 105.1) |
Copy-ready code
/* CSS */
color: #6c6830;
background-color: #6c6830;
/* Tailwind (arbitrary) */
class="text-[#6c6830] bg-[#6c6830]"
/* SCSS */
$brand: #6c6830;
/* SwiftUI */
Color(red: 0.424, green: 0.408, blue: 0.188)
/* Android */
Color.parseColor("#6c6830")Accessibility — WCAG contrast
Aa
#6c6830 on white: 5.74:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#6c6830 on black: 3.66:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.4%
Green40.8%
Blue18.8%
CMYK percentages
Cyan0.0%
Magenta3.7%
Yellow55.6%
Key (black)57.6%
Color previews
#6c6830 text on a black background
contrast 3.66:1
Card sample
#6c6830 text on a white background
contrast 5.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6c6830;
Background color
Panel with #6c6830 background
background-color: #6c6830;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6c6830;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(108, 104, 48, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(108, 104, 48, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6c6830; background: linear-gradient(135deg, #6c6830, #486C30);