#0f024b
a deep, electric blue · warm · closest name: midnightblue
RGB
15, 2, 75
HSL
251°, 95%, 15%
CMYK
80, 97, 0, 71
Luminance
0.0065
Every format
| HEX | #0f024b |
| RGB | rgb(15, 2, 75) |
| HSL | hsl(251, 95%, 15%) |
| CMYK | cmyk(80%, 97%, 0%, 71%) |
| LAB | lab(5.9 30.7 -41.2) |
| LCH | lch(5.9 51.4 306.7) |
| OKLCH | oklch(0.202 0.121 276.2) |
Copy-ready code
/* CSS */
color: #0f024b;
background-color: #0f024b;
/* Tailwind (arbitrary) */
class="text-[#0f024b] bg-[#0f024b]"
/* SCSS */
$brand: #0f024b;
/* SwiftUI */
Color(red: 0.059, green: 0.008, blue: 0.294)
/* Android */
Color.parseColor("#0f024b")Accessibility — WCAG contrast
Aa
#0f024b on white: 18.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0f024b on black: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.9%
Green0.8%
Blue29.4%
CMYK percentages
Cyan80.0%
Magenta97.3%
Yellow0.0%
Key (black)70.6%
Color previews
#0f024b text on a black background
contrast 1.13:1
Card sample
#0f024b text on a white background
contrast 18.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0f024b;
Background color
Panel with #0f024b background
background-color: #0f024b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0f024b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(15, 2, 75, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(15, 2, 75, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0f024b; background: linear-gradient(135deg, #0f024b, #40024B);