#1f73c7
a balanced, vivid blue · cool · closest name: dodgerblue
RGB
31, 115, 199
HSL
210°, 73%, 45%
CMYK
84, 42, 0, 22
Luminance
0.1668
Every format
| HEX | #1f73c7 |
| RGB | rgb(31, 115, 199) |
| HSL | hsl(210, 73%, 45%) |
| CMYK | cmyk(84%, 42%, 0%, 22%) |
| LAB | lab(47.9 6.5 -50.5) |
| LCH | lch(47.9 50.9 277.4) |
| OKLCH | oklch(0.552 0.151 252.8) |
Copy-ready code
/* CSS */
color: #1f73c7;
background-color: #1f73c7;
/* Tailwind (arbitrary) */
class="text-[#1f73c7] bg-[#1f73c7]"
/* SCSS */
$brand: #1f73c7;
/* SwiftUI */
Color(red: 0.122, green: 0.451, blue: 0.780)
/* Android */
Color.parseColor("#1f73c7")Accessibility — WCAG contrast
Aa
#1f73c7 on white: 4.84:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#1f73c7 on black: 4.34:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.2%
Green45.1%
Blue78.0%
CMYK percentages
Cyan84.4%
Magenta42.2%
Yellow0.0%
Key (black)22.0%
Color previews
#1f73c7 text on a black background
contrast 4.34:1
Card sample
#1f73c7 text on a white background
contrast 4.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1f73c7;
Background color
Panel with #1f73c7 background
background-color: #1f73c7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1f73c7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(31, 115, 199, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(31, 115, 199, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1f73c7; background: linear-gradient(135deg, #1f73c7, #3B1FC7);