#0f051a
a deep, vivid violet · warm · closest name: black
RGB
15, 5, 26
HSL
269°, 68%, 6%
CMYK
42, 81, 0, 90
Luminance
0.0028
Every format
| HEX | #0f051a |
| RGB | rgb(15, 5, 26) |
| HSL | hsl(269, 68%, 6%) |
| CMYK | cmyk(42%, 81%, 0%, 90%) |
| LAB | lab(2.6 6.8 -10.0) |
| LCH | lch(2.6 12.1 304.4) |
| OKLCH | oklch(0.147 0.047 304.3) |
Copy-ready code
/* CSS */
color: #0f051a;
background-color: #0f051a;
/* Tailwind (arbitrary) */
class="text-[#0f051a] bg-[#0f051a]"
/* SCSS */
$brand: #0f051a;
/* SwiftUI */
Color(red: 0.059, green: 0.020, blue: 0.102)
/* Android */
Color.parseColor("#0f051a")Accessibility — WCAG contrast
Aa
#0f051a on white: 19.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0f051a on black: 1.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.9%
Green2.0%
Blue10.2%
CMYK percentages
Cyan42.3%
Magenta80.8%
Yellow0.0%
Key (black)89.8%
Color previews
#0f051a text on a black background
contrast 1.06:1
Card sample
#0f051a text on a white background
contrast 19.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0f051a;
Background color
Panel with #0f051a background
background-color: #0f051a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0f051a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(15, 5, 26, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(15, 5, 26, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0f051a; background: linear-gradient(135deg, #0f051a, #1A0517);