#1f7ac7
a balanced, vivid blue · cool · closest name: steelblue
RGB
31, 122, 199
HSL
208°, 73%, 45%
CMYK
84, 39, 0, 22
Luminance
0.1833
Every format
| HEX | #1f7ac7 |
| RGB | rgb(31, 122, 199) |
| HSL | hsl(208, 73%, 45%) |
| CMYK | cmyk(84%, 39%, 0%, 22%) |
| LAB | lab(49.9 2.2 -47.2) |
| LCH | lch(49.9 47.3 272.7) |
| OKLCH | oklch(0.568 0.144 249.5) |
Copy-ready code
/* CSS */
color: #1f7ac7;
background-color: #1f7ac7;
/* Tailwind (arbitrary) */
class="text-[#1f7ac7] bg-[#1f7ac7]"
/* SCSS */
$brand: #1f7ac7;
/* SwiftUI */
Color(red: 0.122, green: 0.478, blue: 0.780)
/* Android */
Color.parseColor("#1f7ac7")Accessibility — WCAG contrast
Aa
#1f7ac7 on white: 4.50:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#1f7ac7 on black: 4.67:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.2%
Green47.8%
Blue78.0%
CMYK percentages
Cyan84.4%
Magenta38.7%
Yellow0.0%
Key (black)22.0%
Color previews
#1f7ac7 text on a black background
contrast 4.67:1
Card sample
#1f7ac7 text on a white background
contrast 4.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1f7ac7;
Background color
Panel with #1f7ac7 background
background-color: #1f7ac7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1f7ac7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(31, 122, 199, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(31, 122, 199, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1f7ac7; background: linear-gradient(135deg, #1f7ac7, #341FC7);