#0a4fdf
a balanced, electric blue · cool · closest name: royalblue
RGB
10, 79, 223
HSL
221°, 91%, 46%
CMYK
96, 65, 0, 13
Luminance
0.1098
Every format
| HEX | #0a4fdf |
| RGB | rgb(10, 79, 223) |
| HSL | hsl(221, 91%, 46%) |
| CMYK | cmyk(96%, 65%, 0%, 13%) |
| LAB | lab(39.5 38.0 -77.7) |
| LCH | lch(39.5 86.5 296.1) |
| OKLCH | oklch(0.493 0.227 262.6) |
Copy-ready code
/* CSS */
color: #0a4fdf;
background-color: #0a4fdf;
/* Tailwind (arbitrary) */
class="text-[#0a4fdf] bg-[#0a4fdf]"
/* SCSS */
$brand: #0a4fdf;
/* SwiftUI */
Color(red: 0.039, green: 0.310, blue: 0.875)
/* Android */
Color.parseColor("#0a4fdf")Accessibility — WCAG contrast
Aa
#0a4fdf on white: 6.57:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#0a4fdf on black: 3.20:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.9%
Green31.0%
Blue87.5%
CMYK percentages
Cyan95.5%
Magenta64.6%
Yellow0.0%
Key (black)12.5%
Color previews
#0a4fdf text on a black background
contrast 3.20:1
Card sample
#0a4fdf text on a white background
contrast 6.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0a4fdf;
Background color
Panel with #0a4fdf background
background-color: #0a4fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0a4fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(10, 79, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(10, 79, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0a4fdf; background: linear-gradient(135deg, #0a4fdf, #530ADF);