#0c4ed1
a dark, electric blue · cool · closest name: royalblue
RGB
12, 78, 209
HSL
220°, 89%, 43%
CMYK
94, 63, 0, 18
Luminance
0.1013
Every format
| HEX | #0c4ed1 |
| RGB | rgb(12, 78, 209) |
| HSL | hsl(220, 89%, 43%) |
| CMYK | cmyk(94%, 63%, 0%, 18%) |
| LAB | lab(38.1 33.4 -72.1) |
| LCH | lch(38.1 79.4 294.8) |
| OKLCH | oklch(0.478 0.211 262.3) |
Copy-ready code
/* CSS */
color: #0c4ed1;
background-color: #0c4ed1;
/* Tailwind (arbitrary) */
class="text-[#0c4ed1] bg-[#0c4ed1]"
/* SCSS */
$brand: #0c4ed1;
/* SwiftUI */
Color(red: 0.047, green: 0.306, blue: 0.820)
/* Android */
Color.parseColor("#0c4ed1")Accessibility — WCAG contrast
Aa
#0c4ed1 on white: 6.94:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#0c4ed1 on black: 3.03:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.7%
Green30.6%
Blue82.0%
CMYK percentages
Cyan94.3%
Magenta62.7%
Yellow0.0%
Key (black)18.0%
Color previews
#0c4ed1 text on a black background
contrast 3.03:1
Card sample
#0c4ed1 text on a white background
contrast 6.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0c4ed1;
Background color
Panel with #0c4ed1 background
background-color: #0c4ed1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0c4ed1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(12, 78, 209, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(12, 78, 209, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0c4ed1; background: linear-gradient(135deg, #0c4ed1, #4D0CD1);