#0f032b
a deep, electric violet · warm · closest name: black
RGB
15, 3, 43
HSL
258°, 87%, 9%
CMYK
65, 93, 0, 83
Luminance
0.0034
Every format
| HEX | #0f032b |
| RGB | rgb(15, 3, 43) |
| HSL | hsl(258, 87%, 9%) |
| CMYK | cmyk(65%, 93%, 0%, 83%) |
| LAB | lab(3.1 14.0 -22.5) |
| LCH | lch(3.1 26.5 301.8) |
| OKLCH | oklch(0.160 0.077 290.1) |
Copy-ready code
/* CSS */
color: #0f032b;
background-color: #0f032b;
/* Tailwind (arbitrary) */
class="text-[#0f032b] bg-[#0f032b]"
/* SCSS */
$brand: #0f032b;
/* SwiftUI */
Color(red: 0.059, green: 0.012, blue: 0.169)
/* Android */
Color.parseColor("#0f032b")Accessibility — WCAG contrast
Aa
#0f032b on white: 19.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0f032b on black: 1.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.9%
Green1.2%
Blue16.9%
CMYK percentages
Cyan65.1%
Magenta93.0%
Yellow0.0%
Key (black)83.1%
Color previews
#0f032b text on a black background
contrast 1.07:1
Card sample
#0f032b text on a white background
contrast 19.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0f032b;
Background color
Panel with #0f032b background
background-color: #0f032b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0f032b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(15, 3, 43, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(15, 3, 43, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0f032b; background: linear-gradient(135deg, #0f032b, #2A032B);