#1c320b
a deep, vivid green · cool · closest name: darkslategray
RGB
28, 50, 11
HSL
94°, 64%, 12%
CMYK
44, 0, 78, 80
Luminance
0.0255
Every format
| HEX | #1c320b |
| RGB | rgb(28, 50, 11) |
| HSL | hsl(94, 64%, 12%) |
| CMYK | cmyk(44%, 0%, 78%, 80%) |
| LAB | lab(18.1 -17.0 21.0) |
| LCH | lch(18.1 27.0 129.0) |
| OKLCH | oklch(0.289 0.068 134.1) |
Copy-ready code
/* CSS */
color: #1c320b;
background-color: #1c320b;
/* Tailwind (arbitrary) */
class="text-[#1c320b] bg-[#1c320b]"
/* SCSS */
$brand: #1c320b;
/* SwiftUI */
Color(red: 0.110, green: 0.196, blue: 0.043)
/* Android */
Color.parseColor("#1c320b")Accessibility — WCAG contrast
Aa
#1c320b on white: 13.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#1c320b on black: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red11.0%
Green19.6%
Blue4.3%
CMYK percentages
Cyan44.0%
Magenta0.0%
Yellow78.0%
Key (black)80.4%
Color previews
#1c320b text on a black background
contrast 1.51:1
Card sample
#1c320b text on a white background
contrast 13.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1c320b;
Background color
Panel with #1c320b background
background-color: #1c320b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1c320b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(28, 50, 11, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(28, 50, 11, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1c320b; background: linear-gradient(135deg, #1c320b, #0B3214);