#0f3b75
a dark, electric blue · cool · closest name: midnightblue
RGB
15, 59, 117
HSL
214°, 77%, 26%
CMYK
87, 50, 0, 54
Luminance
0.0451
Every format
| HEX | #0f3b75 |
| RGB | rgb(15, 59, 117) |
| HSL | hsl(214, 77%, 26%) |
| CMYK | cmyk(87%, 50%, 0%, 54%) |
| LAB | lab(25.3 9.0 -37.4) |
| LCH | lch(25.3 38.5 283.5) |
| OKLCH | oklch(0.359 0.110 257.2) |
Copy-ready code
/* CSS */
color: #0f3b75;
background-color: #0f3b75;
/* Tailwind (arbitrary) */
class="text-[#0f3b75] bg-[#0f3b75]"
/* SCSS */
$brand: #0f3b75;
/* SwiftUI */
Color(red: 0.059, green: 0.231, blue: 0.459)
/* Android */
Color.parseColor("#0f3b75")Accessibility — WCAG contrast
Aa
#0f3b75 on white: 11.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0f3b75 on black: 1.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.9%
Green23.1%
Blue45.9%
CMYK percentages
Cyan87.2%
Magenta49.6%
Yellow0.0%
Key (black)54.1%
Color previews
#0f3b75 text on a black background
contrast 1.90:1
Card sample
#0f3b75 text on a white background
contrast 11.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0f3b75;
Background color
Panel with #0f3b75 background
background-color: #0f3b75;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0f3b75;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(15, 59, 117, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(15, 59, 117, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0f3b75; background: linear-gradient(135deg, #0f3b75, #270F75);