#0f142e
a deep, vivid blue · warm · closest name: black
RGB
15, 20, 46
HSL
230°, 51%, 12%
CMYK
67, 57, 0, 82
Luminance
0.0080
Every format
| HEX | #0f142e |
| RGB | rgb(15, 20, 46) |
| HSL | hsl(230, 51%, 12%) |
| CMYK | cmyk(67%, 57%, 0%, 82%) |
| LAB | lab(7.2 7.3 -18.2) |
| LCH | lch(7.2 19.6 291.7) |
| OKLCH | oklch(0.203 0.052 272.7) |
Copy-ready code
/* CSS */
color: #0f142e;
background-color: #0f142e;
/* Tailwind (arbitrary) */
class="text-[#0f142e] bg-[#0f142e]"
/* SCSS */
$brand: #0f142e;
/* SwiftUI */
Color(red: 0.059, green: 0.078, blue: 0.180)
/* Android */
Color.parseColor("#0f142e")Accessibility — WCAG contrast
Aa
#0f142e on white: 18.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0f142e on black: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.9%
Green7.8%
Blue18.0%
CMYK percentages
Cyan67.4%
Magenta56.5%
Yellow0.0%
Key (black)82.0%
Color previews
#0f142e text on a black background
contrast 1.16:1
Card sample
#0f142e text on a white background
contrast 18.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0f142e;
Background color
Panel with #0f142e background
background-color: #0f142e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0f142e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(15, 20, 46, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(15, 20, 46, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0f142e; background: linear-gradient(135deg, #0f142e, #1F0F2E);