#3b71ce
a balanced, vivid blue · cool · closest name: dodgerblue
RGB
59, 113, 206
HSL
218°, 60%, 52%
CMYK
71, 45, 0, 19
Luminance
0.1720
Every format
| HEX | #3b71ce |
| RGB | rgb(59, 113, 206) |
| HSL | hsl(218, 60%, 52%) |
| CMYK | cmyk(71%, 45%, 0%, 19%) |
| LAB | lab(48.5 13.5 -53.4) |
| LCH | lch(48.5 55.1 284.2) |
| OKLCH | oklch(0.560 0.155 260.5) |
Copy-ready code
/* CSS */
color: #3b71ce;
background-color: #3b71ce;
/* Tailwind (arbitrary) */
class="text-[#3b71ce] bg-[#3b71ce]"
/* SCSS */
$brand: #3b71ce;
/* SwiftUI */
Color(red: 0.231, green: 0.443, blue: 0.808)
/* Android */
Color.parseColor("#3b71ce")Accessibility — WCAG contrast
Aa
#3b71ce on white: 4.73:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#3b71ce on black: 4.44:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.1%
Green44.3%
Blue80.8%
CMYK percentages
Cyan71.4%
Magenta45.1%
Yellow0.0%
Key (black)19.2%
Color previews
#3b71ce text on a black background
contrast 4.44:1
Card sample
#3b71ce text on a white background
contrast 4.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3b71ce;
Background color
Panel with #3b71ce background
background-color: #3b71ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3b71ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(59, 113, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(59, 113, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3b71ce; background: linear-gradient(135deg, #3b71ce, #673BCE);