#0f4dc7
a dark, electric blue · cool · closest name: royalblue
RGB
15, 77, 199
HSL
220°, 86%, 42%
CMYK
93, 61, 0, 22
Luminance
0.0953
Every format
| HEX | #0f4dc7 |
| RGB | rgb(15, 77, 199) |
| HSL | hsl(220, 86%, 42%) |
| CMYK | cmyk(93%, 61%, 0%, 22%) |
| LAB | lab(37.0 30.3 -68.1) |
| LCH | lch(37.0 74.5 294.0) |
| OKLCH | oklch(0.468 0.199 262.1) |
Copy-ready code
/* CSS */
color: #0f4dc7;
background-color: #0f4dc7;
/* Tailwind (arbitrary) */
class="text-[#0f4dc7] bg-[#0f4dc7]"
/* SCSS */
$brand: #0f4dc7;
/* SwiftUI */
Color(red: 0.059, green: 0.302, blue: 0.780)
/* Android */
Color.parseColor("#0f4dc7")Accessibility — WCAG contrast
Aa
#0f4dc7 on white: 7.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0f4dc7 on black: 2.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.9%
Green30.2%
Blue78.0%
CMYK percentages
Cyan92.5%
Magenta61.3%
Yellow0.0%
Key (black)22.0%
Color previews
#0f4dc7 text on a black background
contrast 2.91:1
Card sample
#0f4dc7 text on a white background
contrast 7.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0f4dc7;
Background color
Panel with #0f4dc7 background
background-color: #0f4dc7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0f4dc7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(15, 77, 199, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(15, 77, 199, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0f4dc7; background: linear-gradient(135deg, #0f4dc7, #4C0FC7);