#0f5dcd
a dark, electric blue · cool · closest name: royalblue
RGB
15, 93, 205
HSL
215°, 86%, 43%
CMYK
93, 55, 0, 20
Luminance
0.1234
Every format
| HEX | #0f5dcd |
| RGB | rgb(15, 93, 205) |
| HSL | hsl(215, 86%, 43%) |
| CMYK | cmyk(93%, 55%, 0%, 20%) |
| LAB | lab(41.8 22.1 -63.8) |
| LCH | lch(41.8 67.5 289.1) |
| OKLCH | oklch(0.505 0.188 259.3) |
Copy-ready code
/* CSS */
color: #0f5dcd;
background-color: #0f5dcd;
/* Tailwind (arbitrary) */
class="text-[#0f5dcd] bg-[#0f5dcd]"
/* SCSS */
$brand: #0f5dcd;
/* SwiftUI */
Color(red: 0.059, green: 0.365, blue: 0.804)
/* Android */
Color.parseColor("#0f5dcd")Accessibility — WCAG contrast
Aa
#0f5dcd on white: 6.06:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#0f5dcd on black: 3.47:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.9%
Green36.5%
Blue80.4%
CMYK percentages
Cyan92.7%
Magenta54.6%
Yellow0.0%
Key (black)19.6%
Color previews
#0f5dcd text on a black background
contrast 3.47:1
Card sample
#0f5dcd text on a white background
contrast 6.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0f5dcd;
Background color
Panel with #0f5dcd background
background-color: #0f5dcd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0f5dcd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(15, 93, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(15, 93, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0f5dcd; background: linear-gradient(135deg, #0f5dcd, #400FCD);