#0f021e
a deep, electric violet · warm · closest name: black
RGB
15, 2, 30
HSL
268°, 88%, 6%
CMYK
50, 93, 0, 88
Luminance
0.0024
Every format
| HEX | #0f021e |
| RGB | rgb(15, 2, 30) |
| HSL | hsl(268, 88%, 6%) |
| CMYK | cmyk(50%, 93%, 0%, 88%) |
| LAB | lab(2.2 9.3 -13.8) |
| LCH | lch(2.2 16.6 303.8) |
| OKLCH | oklch(0.141 0.063 302.9) |
Copy-ready code
/* CSS */
color: #0f021e;
background-color: #0f021e;
/* Tailwind (arbitrary) */
class="text-[#0f021e] bg-[#0f021e]"
/* SCSS */
$brand: #0f021e;
/* SwiftUI */
Color(red: 0.059, green: 0.008, blue: 0.118)
/* Android */
Color.parseColor("#0f021e")Accessibility — WCAG contrast
Aa
#0f021e on white: 20.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0f021e on black: 1.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.9%
Green0.8%
Blue11.8%
CMYK percentages
Cyan50.0%
Magenta93.3%
Yellow0.0%
Key (black)88.2%
Color previews
#0f021e text on a black background
contrast 1.05:1
Card sample
#0f021e text on a white background
contrast 20.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0f021e;
Background color
Panel with #0f021e background
background-color: #0f021e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0f021e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(15, 2, 30, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(15, 2, 30, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0f021e; background: linear-gradient(135deg, #0f021e, #1E021A);