#0c4dec
a balanced, electric blue · cool · closest name: royalblue
RGB
12, 77, 236
HSL
223°, 90%, 49%
CMYK
95, 67, 0, 8
Luminance
0.1144
Every format
| HEX | #0c4dec |
| RGB | rgb(12, 77, 236) |
| HSL | hsl(223, 90%, 49%) |
| CMYK | cmyk(95%, 67%, 0%, 8%) |
| LAB | lab(40.3 44.1 -83.8) |
| LCH | lch(40.3 94.7 297.7) |
| OKLCH | oklch(0.502 0.245 263.4) |
Copy-ready code
/* CSS */
color: #0c4dec;
background-color: #0c4dec;
/* Tailwind (arbitrary) */
class="text-[#0c4dec] bg-[#0c4dec]"
/* SCSS */
$brand: #0c4dec;
/* SwiftUI */
Color(red: 0.047, green: 0.302, blue: 0.925)
/* Android */
Color.parseColor("#0c4dec")Accessibility — WCAG contrast
Aa
#0c4dec on white: 6.39:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#0c4dec on black: 3.29:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.7%
Green30.2%
Blue92.5%
CMYK percentages
Cyan94.9%
Magenta67.4%
Yellow0.0%
Key (black)7.5%
Color previews
#0c4dec text on a black background
contrast 3.29:1
Card sample
#0c4dec text on a white background
contrast 6.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0c4dec;
Background color
Panel with #0c4dec background
background-color: #0c4dec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0c4dec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(12, 77, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(12, 77, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0c4dec; background: linear-gradient(135deg, #0c4dec, #600CEC);