#0f71cd
a dark, electric blue · cool · closest name: dodgerblue
RGB
15, 113, 205
HSL
209°, 86%, 43%
CMYK
93, 45, 0, 20
Luminance
0.1632
Every format
| HEX | #0f71cd |
| RGB | rgb(15, 113, 205) |
| HSL | hsl(209, 86%, 43%) |
| CMYK | cmyk(93%, 45%, 0%, 20%) |
| LAB | lab(47.4 9.1 -54.7) |
| LCH | lch(47.4 55.4 279.5) |
| OKLCH | oklch(0.548 0.164 253.3) |
Copy-ready code
/* CSS */
color: #0f71cd;
background-color: #0f71cd;
/* Tailwind (arbitrary) */
class="text-[#0f71cd] bg-[#0f71cd]"
/* SCSS */
$brand: #0f71cd;
/* SwiftUI */
Color(red: 0.059, green: 0.443, blue: 0.804)
/* Android */
Color.parseColor("#0f71cd")Accessibility — WCAG contrast
Aa
#0f71cd on white: 4.93:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#0f71cd on black: 4.26:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.9%
Green44.3%
Blue80.4%
CMYK percentages
Cyan92.7%
Magenta44.9%
Yellow0.0%
Key (black)19.6%
Color previews
#0f71cd text on a black background
contrast 4.26:1
Card sample
#0f71cd text on a white background
contrast 4.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0f71cd;
Background color
Panel with #0f71cd background
background-color: #0f71cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0f71cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(15, 113, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(15, 113, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0f71cd; background: linear-gradient(135deg, #0f71cd, #2C0FCD);