#0c5fdf
a balanced, electric blue · cool · closest name: royalblue
RGB
12, 95, 223
HSL
216°, 90%, 46%
CMYK
95, 57, 0, 13
Luminance
0.1359
Every format
| HEX | #0c5fdf |
| RGB | rgb(12, 95, 223) |
| HSL | hsl(216, 90%, 46%) |
| CMYK | cmyk(95%, 57%, 0%, 13%) |
| LAB | lab(43.6 27.7 -71.0) |
| LCH | lch(43.6 76.2 291.3) |
| OKLCH | oklch(0.524 0.208 260.3) |
Copy-ready code
/* CSS */
color: #0c5fdf;
background-color: #0c5fdf;
/* Tailwind (arbitrary) */
class="text-[#0c5fdf] bg-[#0c5fdf]"
/* SCSS */
$brand: #0c5fdf;
/* SwiftUI */
Color(red: 0.047, green: 0.373, blue: 0.875)
/* Android */
Color.parseColor("#0c5fdf")Accessibility — WCAG contrast
Aa
#0c5fdf on white: 5.65:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#0c5fdf on black: 3.72:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.7%
Green37.3%
Blue87.5%
CMYK percentages
Cyan94.6%
Magenta57.4%
Yellow0.0%
Key (black)12.5%
Color previews
#0c5fdf text on a black background
contrast 3.72:1
Card sample
#0c5fdf text on a white background
contrast 5.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0c5fdf;
Background color
Panel with #0c5fdf background
background-color: #0c5fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0c5fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(12, 95, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(12, 95, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0c5fdf; background: linear-gradient(135deg, #0c5fdf, #460CDF);