#0c0905
a deep, soft orange · warm · closest name: black
RGB
12, 9, 5
HSL
34°, 41%, 3%
CMYK
0, 25, 58, 95
Luminance
0.0028
Every format
| HEX | #0c0905 |
| RGB | rgb(12, 9, 5) |
| HSL | hsl(34, 41%, 3%) |
| CMYK | cmyk(0%, 25%, 58%, 95%) |
| LAB | lab(2.6 0.3 1.8) |
| LCH | lch(2.6 1.8 81.8) |
| OKLCH | oklch(0.142 0.012 80.0) |
Copy-ready code
/* CSS */
color: #0c0905;
background-color: #0c0905;
/* Tailwind (arbitrary) */
class="text-[#0c0905] bg-[#0c0905]"
/* SCSS */
$brand: #0c0905;
/* SwiftUI */
Color(red: 0.047, green: 0.035, blue: 0.020)
/* Android */
Color.parseColor("#0c0905")Accessibility — WCAG contrast
Aa
#0c0905 on white: 19.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0c0905 on black: 1.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.7%
Green3.5%
Blue2.0%
CMYK percentages
Cyan0.0%
Magenta25.0%
Yellow58.3%
Key (black)95.3%
Color previews
#0c0905 text on a black background
contrast 1.06:1
Card sample
#0c0905 text on a white background
contrast 19.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0c0905;
Background color
Panel with #0c0905 background
background-color: #0c0905;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0c0905;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(12, 9, 5, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(12, 9, 5, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0c0905; background: linear-gradient(135deg, #0c0905, #0A0C05);