#3a5fb4
a balanced, vivid blue · cool · closest name: royalblue
RGB
58, 95, 180
HSL
222°, 51%, 47%
CMYK
68, 47, 0, 29
Luminance
0.1238
Every format
| HEX | #3a5fb4 |
| RGB | rgb(58, 95, 180) |
| HSL | hsl(222, 51%, 47%) |
| CMYK | cmyk(68%, 47%, 0%, 29%) |
| LAB | lab(41.8 15.3 -49.1) |
| LCH | lch(41.8 51.4 287.3) |
| OKLCH | oklch(0.504 0.141 264.3) |
Copy-ready code
/* CSS */
color: #3a5fb4;
background-color: #3a5fb4;
/* Tailwind (arbitrary) */
class="text-[#3a5fb4] bg-[#3a5fb4]"
/* SCSS */
$brand: #3a5fb4;
/* SwiftUI */
Color(red: 0.227, green: 0.373, blue: 0.706)
/* Android */
Color.parseColor("#3a5fb4")Accessibility — WCAG contrast
Aa
#3a5fb4 on white: 6.04:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#3a5fb4 on black: 3.48:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.7%
Green37.3%
Blue70.6%
CMYK percentages
Cyan67.8%
Magenta47.2%
Yellow0.0%
Key (black)29.4%
Color previews
#3a5fb4 text on a black background
contrast 3.48:1
Card sample
#3a5fb4 text on a white background
contrast 6.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3a5fb4;
Background color
Panel with #3a5fb4 background
background-color: #3a5fb4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3a5fb4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(58, 95, 180, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(58, 95, 180, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3a5fb4; background: linear-gradient(135deg, #3a5fb4, #663AB4);