#1f7cd9
a balanced, electric blue · cool · closest name: dodgerblue
RGB
31, 124, 217
HSL
210°, 75%, 49%
CMYK
86, 43, 0, 15
Luminance
0.1972
Every format
| HEX | #1f7cd9 |
| RGB | rgb(31, 124, 217) |
| HSL | hsl(210, 75%, 49%) |
| CMYK | cmyk(86%, 43%, 0%, 15%) |
| LAB | lab(51.5 7.8 -54.9) |
| LCH | lch(51.5 55.4 278.1) |
| OKLCH | oklch(0.584 0.165 253.1) |
Copy-ready code
/* CSS */
color: #1f7cd9;
background-color: #1f7cd9;
/* Tailwind (arbitrary) */
class="text-[#1f7cd9] bg-[#1f7cd9]"
/* SCSS */
$brand: #1f7cd9;
/* SwiftUI */
Color(red: 0.122, green: 0.486, blue: 0.851)
/* Android */
Color.parseColor("#1f7cd9")Accessibility — WCAG contrast
Aa
#1f7cd9 on white: 4.25:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#1f7cd9 on black: 4.94:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.2%
Green48.6%
Blue85.1%
CMYK percentages
Cyan85.7%
Magenta42.9%
Yellow0.0%
Key (black)14.9%
Color previews
#1f7cd9 text on a black background
contrast 4.94:1
Card sample
#1f7cd9 text on a white background
contrast 4.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1f7cd9;
Background color
Panel with #1f7cd9 background
background-color: #1f7cd9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1f7cd9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(31, 124, 217, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(31, 124, 217, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1f7cd9; background: linear-gradient(135deg, #1f7cd9, #3E1FD9);