#55681c
a dark, vivid green · cool · closest name: olivedrab
RGB
85, 104, 28
HSL
75°, 58%, 26%
CMYK
18, 0, 73, 59
Luminance
0.1192
Every format
| HEX | #55681c |
| RGB | rgb(85, 104, 28) |
| HSL | hsl(75, 58%, 26%) |
| CMYK | cmyk(18%, 0%, 73%, 59%) |
| LAB | lab(41.1 -18.9 38.5) |
| LCH | lch(41.1 42.9 116.2) |
| OKLCH | oklch(0.486 0.103 122.5) |
Copy-ready code
/* CSS */
color: #55681c;
background-color: #55681c;
/* Tailwind (arbitrary) */
class="text-[#55681c] bg-[#55681c]"
/* SCSS */
$brand: #55681c;
/* SwiftUI */
Color(red: 0.333, green: 0.408, blue: 0.110)
/* Android */
Color.parseColor("#55681c")Accessibility — WCAG contrast
Aa
#55681c on white: 6.21:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#55681c on black: 3.38:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.3%
Green40.8%
Blue11.0%
CMYK percentages
Cyan18.3%
Magenta0.0%
Yellow73.1%
Key (black)59.2%
Color previews
#55681c text on a black background
contrast 3.38:1
Card sample
#55681c text on a white background
contrast 6.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #55681c;
Background color
Panel with #55681c background
background-color: #55681c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #55681c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(85, 104, 28, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(85, 104, 28, 0.45);
Border & gradient
Gradient panel
border: 3px solid #55681c; background: linear-gradient(135deg, #55681c, #22681C);