#0f1f36
a deep, vivid blue · cool · closest name: black
RGB
15, 31, 54
HSL
215°, 57%, 14%
CMYK
72, 43, 0, 79
Luminance
0.0135
Every format
| HEX | #0f1f36 |
| RGB | rgb(15, 31, 54) |
| HSL | hsl(215, 57%, 14%) |
| CMYK | cmyk(72%, 43%, 0%, 79%) |
| LAB | lab(11.6 2.2 -17.1) |
| LCH | lch(11.6 17.2 277.3) |
| OKLCH | oklch(0.238 0.050 257.5) |
Copy-ready code
/* CSS */
color: #0f1f36;
background-color: #0f1f36;
/* Tailwind (arbitrary) */
class="text-[#0f1f36] bg-[#0f1f36]"
/* SCSS */
$brand: #0f1f36;
/* SwiftUI */
Color(red: 0.059, green: 0.122, blue: 0.212)
/* Android */
Color.parseColor("#0f1f36")Accessibility — WCAG contrast
Aa
#0f1f36 on white: 16.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0f1f36 on black: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.9%
Green12.2%
Blue21.2%
CMYK percentages
Cyan72.2%
Magenta42.6%
Yellow0.0%
Key (black)78.8%
Color previews
#0f1f36 text on a black background
contrast 1.27:1
Card sample
#0f1f36 text on a white background
contrast 16.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0f1f36;
Background color
Panel with #0f1f36 background
background-color: #0f1f36;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0f1f36;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(15, 31, 54, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(15, 31, 54, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0f1f36; background: linear-gradient(135deg, #0f1f36, #190F36);