#3b7fd9
a balanced, vivid blue · cool · closest name: dodgerblue
RGB
59, 127, 217
HSL
214°, 68%, 54%
CMYK
73, 42, 0, 15
Luminance
0.2112
Every format
| HEX | #3b7fd9 |
| RGB | rgb(59, 127, 217) |
| HSL | hsl(214, 68%, 54%) |
| CMYK | cmyk(73%, 42%, 0%, 15%) |
| LAB | lab(53.1 8.8 -52.3) |
| LCH | lch(53.1 53.1 279.6) |
| OKLCH | oklch(0.598 0.154 256.5) |
Copy-ready code
/* CSS */
color: #3b7fd9;
background-color: #3b7fd9;
/* Tailwind (arbitrary) */
class="text-[#3b7fd9] bg-[#3b7fd9]"
/* SCSS */
$brand: #3b7fd9;
/* SwiftUI */
Color(red: 0.231, green: 0.498, blue: 0.851)
/* Android */
Color.parseColor("#3b7fd9")Accessibility — WCAG contrast
Aa
#3b7fd9 on white: 4.02:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#3b7fd9 on black: 5.22:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.1%
Green49.8%
Blue85.1%
CMYK percentages
Cyan72.8%
Magenta41.5%
Yellow0.0%
Key (black)14.9%
Color previews
#3b7fd9 text on a black background
contrast 5.22:1
Card sample
#3b7fd9 text on a white background
contrast 4.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3b7fd9;
Background color
Panel with #3b7fd9 background
background-color: #3b7fd9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3b7fd9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(59, 127, 217, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(59, 127, 217, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3b7fd9; background: linear-gradient(135deg, #3b7fd9, #603BD9);