#1c360d
a deep, vivid green · cool · closest name: darkslategray
RGB
28, 54, 13
HSL
98°, 61%, 13%
CMYK
48, 0, 76, 79
Luminance
0.0291
Every format
| HEX | #1c360d |
| RGB | rgb(28, 54, 13) |
| HSL | hsl(98, 61%, 13%) |
| CMYK | cmyk(48%, 0%, 76%, 79%) |
| LAB | lab(19.7 -18.9 21.9) |
| LCH | lch(19.7 28.9 130.8) |
| OKLCH | oklch(0.301 0.073 136.0) |
Copy-ready code
/* CSS */
color: #1c360d;
background-color: #1c360d;
/* Tailwind (arbitrary) */
class="text-[#1c360d] bg-[#1c360d]"
/* SCSS */
$brand: #1c360d;
/* SwiftUI */
Color(red: 0.110, green: 0.212, blue: 0.051)
/* Android */
Color.parseColor("#1c360d")Accessibility — WCAG contrast
Aa
#1c360d on white: 13.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#1c360d on black: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red11.0%
Green21.2%
Blue5.1%
CMYK percentages
Cyan48.1%
Magenta0.0%
Yellow75.9%
Key (black)78.8%
Color previews
#1c360d text on a black background
contrast 1.58:1
Card sample
#1c360d text on a white background
contrast 13.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1c360d;
Background color
Panel with #1c360d background
background-color: #1c360d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1c360d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(28, 54, 13, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(28, 54, 13, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1c360d; background: linear-gradient(135deg, #1c360d, #0D3619);