#0f4d7a
a dark, electric blue · cool · closest name: steelblue
RGB
15, 77, 122
HSL
205°, 78%, 27%
CMYK
88, 37, 0, 52
Luminance
0.0681
Every format
| HEX | #0f4d7a |
| RGB | rgb(15, 77, 122) |
| HSL | hsl(205, 78%, 27%) |
| CMYK | cmyk(88%, 37%, 0%, 52%) |
| LAB | lab(31.4 -1.2 -30.8) |
| LCH | lch(31.4 30.9 267.8) |
| OKLCH | oklch(0.407 0.096 246.1) |
Copy-ready code
/* CSS */
color: #0f4d7a;
background-color: #0f4d7a;
/* Tailwind (arbitrary) */
class="text-[#0f4d7a] bg-[#0f4d7a]"
/* SCSS */
$brand: #0f4d7a;
/* SwiftUI */
Color(red: 0.059, green: 0.302, blue: 0.478)
/* Android */
Color.parseColor("#0f4d7a")Accessibility — WCAG contrast
Aa
#0f4d7a on white: 8.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0f4d7a on black: 2.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.9%
Green30.2%
Blue47.8%
CMYK percentages
Cyan87.7%
Magenta36.9%
Yellow0.0%
Key (black)52.2%
Color previews
#0f4d7a text on a black background
contrast 2.36:1
Card sample
#0f4d7a text on a white background
contrast 8.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0f4d7a;
Background color
Panel with #0f4d7a background
background-color: #0f4d7a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0f4d7a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(15, 77, 122, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(15, 77, 122, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0f4d7a; background: linear-gradient(135deg, #0f4d7a, #180F7A);