#0c2424
a deep, vivid cyan · cool · closest name: black
RGB
12, 36, 36
HSL
180°, 50%, 9%
CMYK
67, 0, 0, 86
Luminance
0.0147
Every format
| HEX | #0c2424 |
| RGB | rgb(12, 36, 36) |
| HSL | hsl(180, 50%, 9%) |
| CMYK | cmyk(67%, 0%, 0%, 86%) |
| LAB | lab(12.4 -9.3 -2.9) |
| LCH | lch(12.4 9.7 197.1) |
| OKLCH | oklch(0.241 0.030 195.4) |
Copy-ready code
/* CSS */
color: #0c2424;
background-color: #0c2424;
/* Tailwind (arbitrary) */
class="text-[#0c2424] bg-[#0c2424]"
/* SCSS */
$brand: #0c2424;
/* SwiftUI */
Color(red: 0.047, green: 0.141, blue: 0.141)
/* Android */
Color.parseColor("#0c2424")Accessibility — WCAG contrast
Aa
#0c2424 on white: 16.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0c2424 on black: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.7%
Green14.1%
Blue14.1%
CMYK percentages
Cyan66.7%
Magenta0.0%
Yellow0.0%
Key (black)85.9%
Color previews
#0c2424 text on a black background
contrast 1.29:1
Card sample
#0c2424 text on a white background
contrast 16.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0c2424;
Background color
Panel with #0c2424 background
background-color: #0c2424;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0c2424;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(12, 36, 36, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(12, 36, 36, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0c2424; background: linear-gradient(135deg, #0c2424, #0C1424);