#0c1813
a deep, soft green · cool · closest name: black
RGB
12, 24, 19
HSL
155°, 33%, 7%
CMYK
50, 0, 21, 91
Luminance
0.0078
Every format
| HEX | #0c1813 |
| RGB | rgb(12, 24, 19) |
| HSL | hsl(155, 33%, 7%) |
| CMYK | cmyk(50%, 0%, 21%, 91%) |
| LAB | lab(7.0 -5.9 1.6) |
| LCH | lch(7.0 6.1 164.7) |
| OKLCH | oklch(0.196 0.020 166.3) |
Copy-ready code
/* CSS */
color: #0c1813;
background-color: #0c1813;
/* Tailwind (arbitrary) */
class="text-[#0c1813] bg-[#0c1813]"
/* SCSS */
$brand: #0c1813;
/* SwiftUI */
Color(red: 0.047, green: 0.094, blue: 0.075)
/* Android */
Color.parseColor("#0c1813")Accessibility — WCAG contrast
Aa
#0c1813 on white: 18.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0c1813 on black: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.7%
Green9.4%
Blue7.5%
CMYK percentages
Cyan50.0%
Magenta0.0%
Yellow20.8%
Key (black)90.6%
Color previews
#0c1813 text on a black background
contrast 1.16:1
Card sample
#0c1813 text on a white background
contrast 18.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0c1813;
Background color
Panel with #0c1813 background
background-color: #0c1813;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0c1813;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(12, 24, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(12, 24, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0c1813; background: linear-gradient(135deg, #0c1813, #0C1518);