#0f032d
a deep, electric violet · warm · closest name: black
RGB
15, 3, 45
HSL
257°, 88%, 9%
CMYK
67, 93, 0, 82
Luminance
0.0036
Every format
| HEX | #0f032d |
| RGB | rgb(15, 3, 45) |
| HSL | hsl(257, 88%, 9%) |
| CMYK | cmyk(67%, 93%, 0%, 82%) |
| LAB | lab(3.2 14.9 -23.8) |
| LCH | lch(3.2 28.1 302.1) |
| OKLCH | oklch(0.162 0.080 288.7) |
Copy-ready code
/* CSS */
color: #0f032d;
background-color: #0f032d;
/* Tailwind (arbitrary) */
class="text-[#0f032d] bg-[#0f032d]"
/* SCSS */
$brand: #0f032d;
/* SwiftUI */
Color(red: 0.059, green: 0.012, blue: 0.176)
/* Android */
Color.parseColor("#0f032d")Accessibility — WCAG contrast
Aa
#0f032d on white: 19.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0f032d on black: 1.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.9%
Green1.2%
Blue17.6%
CMYK percentages
Cyan66.7%
Magenta93.3%
Yellow0.0%
Key (black)82.4%
Color previews
#0f032d text on a black background
contrast 1.07:1
Card sample
#0f032d text on a white background
contrast 19.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0f032d;
Background color
Panel with #0f032d background
background-color: #0f032d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0f032d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(15, 3, 45, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(15, 3, 45, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0f032d; background: linear-gradient(135deg, #0f032d, #2B032D);