#67775f
a dark, muted green · cool · closest name: gray
RGB
103, 119, 95
HSL
100°, 11%, 42%
CMYK
13, 0, 20, 53
Luminance
0.1690
Every format
| HEX | #67775f |
| RGB | rgb(103, 119, 95) |
| HSL | hsl(100, 11%, 42%) |
| CMYK | cmyk(13%, 0%, 20%, 53%) |
| LAB | lab(48.1 -10.8 11.3) |
| LCH | lch(48.1 15.6 133.8) |
| OKLCH | oklch(0.549 0.041 135.2) |
Copy-ready code
/* CSS */
color: #67775f;
background-color: #67775f;
/* Tailwind (arbitrary) */
class="text-[#67775f] bg-[#67775f]"
/* SCSS */
$brand: #67775f;
/* SwiftUI */
Color(red: 0.404, green: 0.467, blue: 0.373)
/* Android */
Color.parseColor("#67775f")Accessibility — WCAG contrast
Aa
#67775f on white: 4.79:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#67775f on black: 4.38:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.4%
Green46.7%
Blue37.3%
CMYK percentages
Cyan13.4%
Magenta0.0%
Yellow20.2%
Key (black)53.3%
Color previews
#67775f text on a black background
contrast 4.38:1
Card sample
#67775f text on a white background
contrast 4.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #67775f;
Background color
Panel with #67775f background
background-color: #67775f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #67775f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(103, 119, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(103, 119, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #67775f; background: linear-gradient(135deg, #67775f, #5F7767);