#0c4ddf
a balanced, electric blue · cool · closest name: royalblue
RGB
12, 77, 223
HSL
222°, 90%, 46%
CMYK
95, 66, 0, 13
Luminance
0.1071
Every format
| HEX | #0c4ddf |
| RGB | rgb(12, 77, 223) |
| HSL | hsl(222, 90%, 46%) |
| CMYK | cmyk(95%, 66%, 0%, 13%) |
| LAB | lab(39.1 39.3 -78.5) |
| LCH | lch(39.1 87.8 296.6) |
| OKLCH | oklch(0.490 0.229 263.0) |
Copy-ready code
/* CSS */
color: #0c4ddf;
background-color: #0c4ddf;
/* Tailwind (arbitrary) */
class="text-[#0c4ddf] bg-[#0c4ddf]"
/* SCSS */
$brand: #0c4ddf;
/* SwiftUI */
Color(red: 0.047, green: 0.302, blue: 0.875)
/* Android */
Color.parseColor("#0c4ddf")Accessibility — WCAG contrast
Aa
#0c4ddf on white: 6.68:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#0c4ddf on black: 3.14:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.7%
Green30.2%
Blue87.5%
CMYK percentages
Cyan94.6%
Magenta65.5%
Yellow0.0%
Key (black)12.5%
Color previews
#0c4ddf text on a black background
contrast 3.14:1
Card sample
#0c4ddf text on a white background
contrast 6.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0c4ddf;
Background color
Panel with #0c4ddf background
background-color: #0c4ddf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0c4ddf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(12, 77, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(12, 77, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0c4ddf; background: linear-gradient(135deg, #0c4ddf, #580CDF);