#1c2716
a deep, soft green · cool · closest name: black
RGB
28, 39, 22
HSL
99°, 28%, 12%
CMYK
28, 0, 44, 85
Luminance
0.0176
Every format
| HEX | #1c2716 |
| RGB | rgb(28, 39, 22) |
| HSL | hsl(99, 28%, 12%) |
| CMYK | cmyk(28%, 0%, 44%, 85%) |
| LAB | lab(14.2 -8.9 9.7) |
| LCH | lch(14.2 13.2 132.4) |
| OKLCH | oklch(0.257 0.034 135.0) |
Copy-ready code
/* CSS */
color: #1c2716;
background-color: #1c2716;
/* Tailwind (arbitrary) */
class="text-[#1c2716] bg-[#1c2716]"
/* SCSS */
$brand: #1c2716;
/* SwiftUI */
Color(red: 0.110, green: 0.153, blue: 0.086)
/* Android */
Color.parseColor("#1c2716")Accessibility — WCAG contrast
Aa
#1c2716 on white: 15.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#1c2716 on black: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red11.0%
Green15.3%
Blue8.6%
CMYK percentages
Cyan28.2%
Magenta0.0%
Yellow43.6%
Key (black)84.7%
Color previews
#1c2716 text on a black background
contrast 1.35:1
Card sample
#1c2716 text on a white background
contrast 15.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1c2716;
Background color
Panel with #1c2716 background
background-color: #1c2716;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1c2716;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(28, 39, 22, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(28, 39, 22, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1c2716; background: linear-gradient(135deg, #1c2716, #16271B);