#3672be
a balanced, vivid blue · cool · closest name: steelblue
RGB
54, 114, 190
HSL
214°, 56%, 48%
CMYK
72, 40, 0, 26
Luminance
0.1654
Every format
| HEX | #3672be |
| RGB | rgb(54, 114, 190) |
| HSL | hsl(214, 56%, 48%) |
| CMYK | cmyk(72%, 40%, 0%, 26%) |
| LAB | lab(47.7 6.3 -45.6) |
| LCH | lch(47.7 46.0 277.9) |
| OKLCH | oklch(0.550 0.134 255.6) |
Copy-ready code
/* CSS */
color: #3672be;
background-color: #3672be;
/* Tailwind (arbitrary) */
class="text-[#3672be] bg-[#3672be]"
/* SCSS */
$brand: #3672be;
/* SwiftUI */
Color(red: 0.212, green: 0.447, blue: 0.745)
/* Android */
Color.parseColor("#3672be")Accessibility — WCAG contrast
Aa
#3672be on white: 4.88:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#3672be on black: 4.31:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red21.2%
Green44.7%
Blue74.5%
CMYK percentages
Cyan71.6%
Magenta40.0%
Yellow0.0%
Key (black)25.5%
Color previews
#3672be text on a black background
contrast 4.31:1
Card sample
#3672be text on a white background
contrast 4.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3672be;
Background color
Panel with #3672be background
background-color: #3672be;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3672be;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(54, 114, 190, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(54, 114, 190, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3672be; background: linear-gradient(135deg, #3672be, #5536BE);