#0c2813
a deep, vivid green · cool · closest name: darkslategray
RGB
12, 40, 19
HSL
135°, 54%, 10%
CMYK
70, 0, 53, 84
Luminance
0.0164
Every format
| HEX | #0c2813 |
| RGB | rgb(12, 40, 19) |
| HSL | hsl(135, 54%, 10%) |
| CMYK | cmyk(70%, 0%, 53%, 84%) |
| LAB | lab(13.5 -16.5 10.7) |
| LCH | lch(13.5 19.7 147.1) |
| OKLCH | oklch(0.248 0.052 149.4) |
Copy-ready code
/* CSS */
color: #0c2813;
background-color: #0c2813;
/* Tailwind (arbitrary) */
class="text-[#0c2813] bg-[#0c2813]"
/* SCSS */
$brand: #0c2813;
/* SwiftUI */
Color(red: 0.047, green: 0.157, blue: 0.075)
/* Android */
Color.parseColor("#0c2813")Accessibility — WCAG contrast
Aa
#0c2813 on white: 15.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0c2813 on black: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.7%
Green15.7%
Blue7.5%
CMYK percentages
Cyan70.0%
Magenta0.0%
Yellow52.5%
Key (black)84.3%
Color previews
#0c2813 text on a black background
contrast 1.33:1
Card sample
#0c2813 text on a white background
contrast 15.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0c2813;
Background color
Panel with #0c2813 background
background-color: #0c2813;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0c2813;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(12, 40, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(12, 40, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0c2813; background: linear-gradient(135deg, #0c2813, #0C2826);