#6f663c
a dark, soft yellow · cool · closest name: gray
RGB
111, 102, 60
HSL
49°, 30%, 34%
CMYK
0, 8, 46, 57
Luminance
0.1321
Every format
| HEX | #6f663c |
| RGB | rgb(111, 102, 60) |
| HSL | hsl(49, 30%, 34%) |
| CMYK | cmyk(0%, 8%, 46%, 57%) |
| LAB | lab(43.1 -3.0 25.0) |
| LCH | lch(43.1 25.1 96.7) |
| OKLCH | oklch(0.508 0.061 97.6) |
Copy-ready code
/* CSS */
color: #6f663c;
background-color: #6f663c;
/* Tailwind (arbitrary) */
class="text-[#6f663c] bg-[#6f663c]"
/* SCSS */
$brand: #6f663c;
/* SwiftUI */
Color(red: 0.435, green: 0.400, blue: 0.235)
/* Android */
Color.parseColor("#6f663c")Accessibility — WCAG contrast
Aa
#6f663c on white: 5.77:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#6f663c on black: 3.64:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.5%
Green40.0%
Blue23.5%
CMYK percentages
Cyan0.0%
Magenta8.1%
Yellow45.9%
Key (black)56.5%
Color previews
#6f663c text on a black background
contrast 3.64:1
Card sample
#6f663c text on a white background
contrast 5.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6f663c;
Background color
Panel with #6f663c background
background-color: #6f663c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6f663c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(111, 102, 60, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(111, 102, 60, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6f663c; background: linear-gradient(135deg, #6f663c, #566F3C);