#0f367a
a dark, electric blue · cool · closest name: midnightblue
RGB
15, 54, 122
HSL
218°, 78%, 27%
CMYK
88, 56, 0, 52
Luminance
0.0415
Every format
| HEX | #0f367a |
| RGB | rgb(15, 54, 122) |
| HSL | hsl(218, 78%, 27%) |
| CMYK | cmyk(88%, 56%, 0%, 52%) |
| LAB | lab(24.1 14.7 -42.4) |
| LCH | lch(24.1 44.9 289.1) |
| OKLCH | oklch(0.351 0.124 260.8) |
Copy-ready code
/* CSS */
color: #0f367a;
background-color: #0f367a;
/* Tailwind (arbitrary) */
class="text-[#0f367a] bg-[#0f367a]"
/* SCSS */
$brand: #0f367a;
/* SwiftUI */
Color(red: 0.059, green: 0.212, blue: 0.478)
/* Android */
Color.parseColor("#0f367a")Accessibility — WCAG contrast
Aa
#0f367a on white: 11.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0f367a on black: 1.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.9%
Green21.2%
Blue47.8%
CMYK percentages
Cyan87.7%
Magenta55.7%
Yellow0.0%
Key (black)52.2%
Color previews
#0f367a text on a black background
contrast 1.83:1
Card sample
#0f367a text on a white background
contrast 11.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0f367a;
Background color
Panel with #0f367a background
background-color: #0f367a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0f367a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(15, 54, 122, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(15, 54, 122, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0f367a; background: linear-gradient(135deg, #0f367a, #2F0F7A);