#3a6ed6
a balanced, vivid blue · cool · closest name: royalblue
RGB
58, 110, 214
HSL
220°, 66%, 53%
CMYK
73, 49, 0, 16
Luminance
0.1691
Every format
| HEX | #3a6ed6 |
| RGB | rgb(58, 110, 214) |
| HSL | hsl(220, 66%, 53%) |
| CMYK | cmyk(73%, 49%, 0%, 16%) |
| LAB | lab(48.1 18.2 -58.5) |
| LCH | lch(48.1 61.3 287.3) |
| OKLCH | oklch(0.559 0.170 262.4) |
Copy-ready code
/* CSS */
color: #3a6ed6;
background-color: #3a6ed6;
/* Tailwind (arbitrary) */
class="text-[#3a6ed6] bg-[#3a6ed6]"
/* SCSS */
$brand: #3a6ed6;
/* SwiftUI */
Color(red: 0.227, green: 0.431, blue: 0.839)
/* Android */
Color.parseColor("#3a6ed6")Accessibility — WCAG contrast
Aa
#3a6ed6 on white: 4.79:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#3a6ed6 on black: 4.38:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.7%
Green43.1%
Blue83.9%
CMYK percentages
Cyan72.9%
Magenta48.6%
Yellow0.0%
Key (black)16.1%
Color previews
#3a6ed6 text on a black background
contrast 4.38:1
Card sample
#3a6ed6 text on a white background
contrast 4.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3a6ed6;
Background color
Panel with #3a6ed6 background
background-color: #3a6ed6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3a6ed6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(58, 110, 214, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(58, 110, 214, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3a6ed6; background: linear-gradient(135deg, #3a6ed6, #6E3AD6);