#1f7dc7
a balanced, vivid blue · cool · closest name: steelblue
RGB
31, 125, 199
HSL
206°, 73%, 45%
CMYK
84, 37, 0, 22
Luminance
0.1908
Every format
| HEX | #1f7dc7 |
| RGB | rgb(31, 125, 199) |
| HSL | hsl(206, 73%, 45%) |
| CMYK | cmyk(84%, 37%, 0%, 22%) |
| LAB | lab(50.8 0.4 -45.8) |
| LCH | lch(50.8 45.8 270.5) |
| OKLCH | oklch(0.575 0.141 248.0) |
Copy-ready code
/* CSS */
color: #1f7dc7;
background-color: #1f7dc7;
/* Tailwind (arbitrary) */
class="text-[#1f7dc7] bg-[#1f7dc7]"
/* SCSS */
$brand: #1f7dc7;
/* SwiftUI */
Color(red: 0.122, green: 0.490, blue: 0.780)
/* Android */
Color.parseColor("#1f7dc7")Accessibility — WCAG contrast
Aa
#1f7dc7 on white: 4.36:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#1f7dc7 on black: 4.82:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.2%
Green49.0%
Blue78.0%
CMYK percentages
Cyan84.4%
Magenta37.2%
Yellow0.0%
Key (black)22.0%
Color previews
#1f7dc7 text on a black background
contrast 4.82:1
Card sample
#1f7dc7 text on a white background
contrast 4.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1f7dc7;
Background color
Panel with #1f7dc7 background
background-color: #1f7dc7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1f7dc7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(31, 125, 199, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(31, 125, 199, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1f7dc7; background: linear-gradient(135deg, #1f7dc7, #311FC7);