#0f46bd
a dark, electric blue · cool · closest name: royalblue
RGB
15, 70, 189
HSL
221°, 85%, 40%
CMYK
92, 63, 0, 26
Luminance
0.0816
Every format
| HEX | #0f46bd |
| RGB | rgb(15, 70, 189) |
| HSL | hsl(221, 85%, 40%) |
| CMYK | cmyk(92%, 63%, 0%, 26%) |
| LAB | lab(34.3 31.0 -66.6) |
| LCH | lch(34.3 73.5 294.9) |
| OKLCH | oklch(0.445 0.195 262.7) |
Copy-ready code
/* CSS */
color: #0f46bd;
background-color: #0f46bd;
/* Tailwind (arbitrary) */
class="text-[#0f46bd] bg-[#0f46bd]"
/* SCSS */
$brand: #0f46bd;
/* SwiftUI */
Color(red: 0.059, green: 0.275, blue: 0.741)
/* Android */
Color.parseColor("#0f46bd")Accessibility — WCAG contrast
Aa
#0f46bd on white: 7.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0f46bd on black: 2.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.9%
Green27.5%
Blue74.1%
CMYK percentages
Cyan92.1%
Magenta63.0%
Yellow0.0%
Key (black)25.9%
Color previews
#0f46bd text on a black background
contrast 2.63:1
Card sample
#0f46bd text on a white background
contrast 7.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0f46bd;
Background color
Panel with #0f46bd background
background-color: #0f46bd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0f46bd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(15, 70, 189, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(15, 70, 189, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0f46bd; background: linear-gradient(135deg, #0f46bd, #4C0FBD);