#0f034c
a deep, electric blue · warm · closest name: midnightblue
RGB
15, 3, 76
HSL
250°, 92%, 16%
CMYK
80, 96, 0, 70
Luminance
0.0069
Every format
| HEX | #0f034c |
| RGB | rgb(15, 3, 76) |
| HSL | hsl(250, 92%, 16%) |
| CMYK | cmyk(80%, 96%, 0%, 70%) |
| LAB | lab(6.2 30.6 -41.4) |
| LCH | lch(6.2 51.5 306.5) |
| OKLCH | oklch(0.205 0.121 275.8) |
Copy-ready code
/* CSS */
color: #0f034c;
background-color: #0f034c;
/* Tailwind (arbitrary) */
class="text-[#0f034c] bg-[#0f034c]"
/* SCSS */
$brand: #0f034c;
/* SwiftUI */
Color(red: 0.059, green: 0.012, blue: 0.298)
/* Android */
Color.parseColor("#0f034c")Accessibility — WCAG contrast
Aa
#0f034c on white: 18.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0f034c on black: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.9%
Green1.2%
Blue29.8%
CMYK percentages
Cyan80.3%
Magenta96.1%
Yellow0.0%
Key (black)70.2%
Color previews
#0f034c text on a black background
contrast 1.14:1
Card sample
#0f034c text on a white background
contrast 18.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0f034c;
Background color
Panel with #0f034c background
background-color: #0f034c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0f034c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(15, 3, 76, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(15, 3, 76, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0f034c; background: linear-gradient(135deg, #0f034c, #40034C);