#0f154d
a deep, vivid blue · warm · closest name: midnightblue
RGB
15, 21, 77
HSL
234°, 67%, 18%
CMYK
81, 73, 0, 70
Luminance
0.0117
Every format
| HEX | #0f154d |
| RGB | rgb(15, 21, 77) |
| HSL | hsl(234, 67%, 18%) |
| CMYK | cmyk(81%, 73%, 0%, 70%) |
| LAB | lab(10.4 19.8 -35.2) |
| LCH | lch(10.4 40.4 299.3) |
| OKLCH | oklch(0.235 0.102 271.2) |
Copy-ready code
/* CSS */
color: #0f154d;
background-color: #0f154d;
/* Tailwind (arbitrary) */
class="text-[#0f154d] bg-[#0f154d]"
/* SCSS */
$brand: #0f154d;
/* SwiftUI */
Color(red: 0.059, green: 0.082, blue: 0.302)
/* Android */
Color.parseColor("#0f154d")Accessibility — WCAG contrast
Aa
#0f154d on white: 17.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0f154d on black: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.9%
Green8.2%
Blue30.2%
CMYK percentages
Cyan80.5%
Magenta72.7%
Yellow0.0%
Key (black)69.8%
Color previews
#0f154d text on a black background
contrast 1.23:1
Card sample
#0f154d text on a white background
contrast 17.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0f154d;
Background color
Panel with #0f154d background
background-color: #0f154d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0f154d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(15, 21, 77, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(15, 21, 77, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0f154d; background: linear-gradient(135deg, #0f154d, #320F4D);