#0c5dec
a balanced, electric blue · cool · closest name: royalblue
RGB
12, 93, 236
HSL
218°, 90%, 49%
CMYK
95, 61, 0, 8
Luminance
0.1396
Every format
| HEX | #0c5dec |
| RGB | rgb(12, 93, 236) |
| HSL | hsl(218, 90%, 49%) |
| CMYK | cmyk(95%, 61%, 0%, 8%) |
| LAB | lab(44.2 34.0 -77.5) |
| LCH | lch(44.2 84.6 293.7) |
| OKLCH | oklch(0.531 0.227 261.5) |
Copy-ready code
/* CSS */
color: #0c5dec;
background-color: #0c5dec;
/* Tailwind (arbitrary) */
class="text-[#0c5dec] bg-[#0c5dec]"
/* SCSS */
$brand: #0c5dec;
/* SwiftUI */
Color(red: 0.047, green: 0.365, blue: 0.925)
/* Android */
Color.parseColor("#0c5dec")Accessibility — WCAG contrast
Aa
#0c5dec on white: 5.54:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#0c5dec on black: 3.79:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.7%
Green36.5%
Blue92.5%
CMYK percentages
Cyan94.9%
Magenta60.6%
Yellow0.0%
Key (black)7.5%
Color previews
#0c5dec text on a black background
contrast 3.79:1
Card sample
#0c5dec text on a white background
contrast 5.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0c5dec;
Background color
Panel with #0c5dec background
background-color: #0c5dec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0c5dec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(12, 93, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(12, 93, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0c5dec; background: linear-gradient(135deg, #0c5dec, #500CEC);