#0f73eb
a balanced, electric blue · cool · closest name: royalblue
RGB
15, 115, 235
HSL
213°, 88%, 49%
CMYK
94, 51, 0, 8
Luminance
0.1836
Every format
| HEX | #0f73eb |
| RGB | rgb(15, 115, 235) |
| HSL | hsl(213, 88%, 49%) |
| CMYK | cmyk(94%, 51%, 0%, 8%) |
| LAB | lab(49.9 19.6 -67.5) |
| LCH | lch(49.9 70.3 286.2) |
| OKLCH | oklch(0.574 0.200 257.4) |
Copy-ready code
/* CSS */
color: #0f73eb;
background-color: #0f73eb;
/* Tailwind (arbitrary) */
class="text-[#0f73eb] bg-[#0f73eb]"
/* SCSS */
$brand: #0f73eb;
/* SwiftUI */
Color(red: 0.059, green: 0.451, blue: 0.922)
/* Android */
Color.parseColor("#0f73eb")Accessibility — WCAG contrast
Aa
#0f73eb on white: 4.49:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#0f73eb on black: 4.67:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.9%
Green45.1%
Blue92.2%
CMYK percentages
Cyan93.6%
Magenta51.1%
Yellow0.0%
Key (black)7.8%
Color previews
#0f73eb text on a black background
contrast 4.67:1
Card sample
#0f73eb text on a white background
contrast 4.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0f73eb;
Background color
Panel with #0f73eb background
background-color: #0f73eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0f73eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(15, 115, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(15, 115, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0f73eb; background: linear-gradient(135deg, #0f73eb, #3E0FEB);