#0c1215
a deep, soft blue · cool · closest name: black
RGB
12, 18, 21
HSL
200°, 27%, 7%
CMYK
43, 14, 0, 92
Luminance
0.0056
Every format
| HEX | #0c1215 |
| RGB | rgb(12, 18, 21) |
| HSL | hsl(200, 27%, 7%) |
| CMYK | cmyk(43%, 14%, 0%, 92%) |
| LAB | lab(5.1 -1.4 -2.5) |
| LCH | lch(5.1 2.9 241.4) |
| OKLCH | oklch(0.177 0.011 229.8) |
Copy-ready code
/* CSS */
color: #0c1215;
background-color: #0c1215;
/* Tailwind (arbitrary) */
class="text-[#0c1215] bg-[#0c1215]"
/* SCSS */
$brand: #0c1215;
/* SwiftUI */
Color(red: 0.047, green: 0.071, blue: 0.082)
/* Android */
Color.parseColor("#0c1215")Accessibility — WCAG contrast
Aa
#0c1215 on white: 18.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0c1215 on black: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.7%
Green7.1%
Blue8.2%
CMYK percentages
Cyan42.9%
Magenta14.3%
Yellow0.0%
Key (black)91.8%
Color previews
#0c1215 text on a black background
contrast 1.11:1
Card sample
#0c1215 text on a white background
contrast 18.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0c1215;
Background color
Panel with #0c1215 background
background-color: #0c1215;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0c1215;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(12, 18, 21, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(12, 18, 21, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0c1215; background: linear-gradient(135deg, #0c1215, #0C0C15);