#3c4f13
a deep, vivid green · cool · closest name: olivedrab
RGB
60, 79, 19
HSL
79°, 61%, 19%
CMYK
24, 0, 76, 69
Luminance
0.0660
Every format
| HEX | #3c4f13 |
| RGB | rgb(60, 79, 19) |
| HSL | hsl(79, 61%, 19%) |
| CMYK | cmyk(24%, 0%, 76%, 69%) |
| LAB | lab(30.9 -17.5 31.4) |
| LCH | lch(30.9 36.0 119.1) |
| OKLCH | oklch(0.398 0.087 125.5) |
Copy-ready code
/* CSS */
color: #3c4f13;
background-color: #3c4f13;
/* Tailwind (arbitrary) */
class="text-[#3c4f13] bg-[#3c4f13]"
/* SCSS */
$brand: #3c4f13;
/* SwiftUI */
Color(red: 0.235, green: 0.310, blue: 0.075)
/* Android */
Color.parseColor("#3c4f13")Accessibility — WCAG contrast
Aa
#3c4f13 on white: 9.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3c4f13 on black: 2.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.5%
Green31.0%
Blue7.5%
CMYK percentages
Cyan24.1%
Magenta0.0%
Yellow75.9%
Key (black)69.0%
Color previews
#3c4f13 text on a black background
contrast 2.32:1
Card sample
#3c4f13 text on a white background
contrast 9.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3c4f13;
Background color
Panel with #3c4f13 background
background-color: #3c4f13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3c4f13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(60, 79, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(60, 79, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3c4f13; background: linear-gradient(135deg, #3c4f13, #144F13);