#0f072f
a deep, vivid blue · warm · closest name: black
RGB
15, 7, 47
HSL
252°, 74%, 11%
CMYK
68, 85, 0, 82
Luminance
0.0046
Every format
| HEX | #0f072f |
| RGB | rgb(15, 7, 47) |
| HSL | hsl(252, 74%, 11%) |
| CMYK | cmyk(68%, 85%, 0%, 82%) |
| LAB | lab(4.1 14.3 -23.9) |
| LCH | lch(4.1 27.8 301.0) |
| OKLCH | oklch(0.174 0.075 284.9) |
Copy-ready code
/* CSS */
color: #0f072f;
background-color: #0f072f;
/* Tailwind (arbitrary) */
class="text-[#0f072f] bg-[#0f072f]"
/* SCSS */
$brand: #0f072f;
/* SwiftUI */
Color(red: 0.059, green: 0.027, blue: 0.184)
/* Android */
Color.parseColor("#0f072f")Accessibility — WCAG contrast
Aa
#0f072f on white: 19.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0f072f on black: 1.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.9%
Green2.7%
Blue18.4%
CMYK percentages
Cyan68.1%
Magenta85.1%
Yellow0.0%
Key (black)81.6%
Color previews
#0f072f text on a black background
contrast 1.09:1
Card sample
#0f072f text on a white background
contrast 19.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0f072f;
Background color
Panel with #0f072f background
background-color: #0f072f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0f072f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(15, 7, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(15, 7, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0f072f; background: linear-gradient(135deg, #0f072f, #2A072F);