#0f1213
a deep, muted cyan · cool · closest name: black
RGB
15, 18, 19
HSL
195°, 12%, 7%
CMYK
21, 5, 0, 93
Luminance
0.0058
Every format
| HEX | #0f1213 |
| RGB | rgb(15, 18, 19) |
| HSL | hsl(195, 12%, 7%) |
| CMYK | cmyk(21%, 5%, 0%, 93%) |
| LAB | lab(5.3 -0.9 -1.0) |
| LCH | lch(5.3 1.3 227.5) |
| OKLCH | oklch(0.179 0.005 219.8) |
Copy-ready code
/* CSS */
color: #0f1213;
background-color: #0f1213;
/* Tailwind (arbitrary) */
class="text-[#0f1213] bg-[#0f1213]"
/* SCSS */
$brand: #0f1213;
/* SwiftUI */
Color(red: 0.059, green: 0.071, blue: 0.075)
/* Android */
Color.parseColor("#0f1213")Accessibility — WCAG contrast
Aa
#0f1213 on white: 18.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0f1213 on black: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.9%
Green7.1%
Blue7.5%
CMYK percentages
Cyan21.1%
Magenta5.3%
Yellow0.0%
Key (black)92.5%
Color previews
#0f1213 text on a black background
contrast 1.12:1
Card sample
#0f1213 text on a white background
contrast 18.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0f1213;
Background color
Panel with #0f1213 background
background-color: #0f1213;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0f1213;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(15, 18, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(15, 18, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0f1213; background: linear-gradient(135deg, #0f1213, #0F0F13);