#0f0f36
a deep, vivid blue · warm · closest name: black
RGB
15, 15, 54
HSL
240°, 57%, 14%
CMYK
72, 72, 0, 79
Luminance
0.0071
Every format
| HEX | #0f0f36 |
| RGB | rgb(15, 15, 54) |
| HSL | hsl(240, 57%, 14%) |
| CMYK | cmyk(72%, 72%, 0%, 79%) |
| LAB | lab(6.4 14.2 -25.4) |
| LCH | lch(6.4 29.1 299.2) |
| OKLCH | oklch(0.198 0.074 277.2) |
Copy-ready code
/* CSS */
color: #0f0f36;
background-color: #0f0f36;
/* Tailwind (arbitrary) */
class="text-[#0f0f36] bg-[#0f0f36]"
/* SCSS */
$brand: #0f0f36;
/* SwiftUI */
Color(red: 0.059, green: 0.059, blue: 0.212)
/* Android */
Color.parseColor("#0f0f36")Accessibility — WCAG contrast
Aa
#0f0f36 on white: 18.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0f0f36 on black: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.9%
Green5.9%
Blue21.2%
CMYK percentages
Cyan72.2%
Magenta72.2%
Yellow0.0%
Key (black)78.8%
Color previews
#0f0f36 text on a black background
contrast 1.14:1
Card sample
#0f0f36 text on a white background
contrast 18.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0f0f36;
Background color
Panel with #0f0f36 background
background-color: #0f0f36;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0f0f36;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(15, 15, 54, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(15, 15, 54, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0f0f36; background: linear-gradient(135deg, #0f0f36, #290F36);