#3b71df
a balanced, vivid blue · cool · closest name: royalblue
RGB
59, 113, 223
HSL
220°, 72%, 55%
CMYK
74, 49, 0, 13
Luminance
0.1807
Every format
| HEX | #3b71df |
| RGB | rgb(59, 113, 223) |
| HSL | hsl(220, 72%, 55%) |
| CMYK | cmyk(74%, 49%, 0%, 13%) |
| LAB | lab(49.6 19.7 -61.3) |
| LCH | lch(49.6 64.4 287.8) |
| OKLCH | oklch(0.572 0.178 262.5) |
Copy-ready code
/* CSS */
color: #3b71df;
background-color: #3b71df;
/* Tailwind (arbitrary) */
class="text-[#3b71df] bg-[#3b71df]"
/* SCSS */
$brand: #3b71df;
/* SwiftUI */
Color(red: 0.231, green: 0.443, blue: 0.875)
/* Android */
Color.parseColor("#3b71df")Accessibility — WCAG contrast
Aa
#3b71df on white: 4.55:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#3b71df on black: 4.61:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.1%
Green44.3%
Blue87.5%
CMYK percentages
Cyan73.5%
Magenta49.3%
Yellow0.0%
Key (black)12.5%
Color previews
#3b71df text on a black background
contrast 4.61:1
Card sample
#3b71df text on a white background
contrast 4.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3b71df;
Background color
Panel with #3b71df background
background-color: #3b71df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3b71df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(59, 113, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(59, 113, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3b71df; background: linear-gradient(135deg, #3b71df, #723BDF);