#1c3311
a deep, vivid green · cool · closest name: darkslategray
RGB
28, 51, 17
HSL
101°, 50%, 13%
CMYK
45, 0, 67, 80
Luminance
0.0266
Every format
| HEX | #1c3311 |
| RGB | rgb(28, 51, 17) |
| HSL | hsl(101, 50%, 13%) |
| CMYK | cmyk(45%, 0%, 67%, 80%) |
| LAB | lab(18.6 -16.8 18.5) |
| LCH | lch(18.6 25.0 132.2) |
| OKLCH | oklch(0.293 0.064 136.7) |
Copy-ready code
/* CSS */
color: #1c3311;
background-color: #1c3311;
/* Tailwind (arbitrary) */
class="text-[#1c3311] bg-[#1c3311]"
/* SCSS */
$brand: #1c3311;
/* SwiftUI */
Color(red: 0.110, green: 0.200, blue: 0.067)
/* Android */
Color.parseColor("#1c3311")Accessibility — WCAG contrast
Aa
#1c3311 on white: 13.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#1c3311 on black: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red11.0%
Green20.0%
Blue6.7%
CMYK percentages
Cyan45.1%
Magenta0.0%
Yellow66.7%
Key (black)80.0%
Color previews
#1c3311 text on a black background
contrast 1.53:1
Card sample
#1c3311 text on a white background
contrast 13.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1c3311;
Background color
Panel with #1c3311 background
background-color: #1c3311;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1c3311;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(28, 51, 17, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(28, 51, 17, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1c3311; background: linear-gradient(135deg, #1c3311, #11331D);