#3c72be
a balanced, vivid blue · cool · closest name: steelblue
RGB
60, 114, 190
HSL
215°, 52%, 49%
CMYK
68, 40, 0, 26
Luminance
0.1671
Every format
| HEX | #3c72be |
| RGB | rgb(60, 114, 190) |
| HSL | hsl(215, 52%, 49%) |
| CMYK | cmyk(68%, 40%, 0%, 26%) |
| LAB | lab(47.9 7.3 -45.2) |
| LCH | lch(47.9 45.8 279.1) |
| OKLCH | oklch(0.553 0.132 257.3) |
Copy-ready code
/* CSS */
color: #3c72be;
background-color: #3c72be;
/* Tailwind (arbitrary) */
class="text-[#3c72be] bg-[#3c72be]"
/* SCSS */
$brand: #3c72be;
/* SwiftUI */
Color(red: 0.235, green: 0.447, blue: 0.745)
/* Android */
Color.parseColor("#3c72be")Accessibility — WCAG contrast
Aa
#3c72be on white: 4.84:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#3c72be on black: 4.34:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.5%
Green44.7%
Blue74.5%
CMYK percentages
Cyan68.4%
Magenta40.0%
Yellow0.0%
Key (black)25.5%
Color previews
#3c72be text on a black background
contrast 4.34:1
Card sample
#3c72be text on a white background
contrast 4.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3c72be;
Background color
Panel with #3c72be background
background-color: #3c72be;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3c72be;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(60, 114, 190, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(60, 114, 190, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3c72be; background: linear-gradient(135deg, #3c72be, #5D3CBE);