#3c6cd4
a balanced, vivid blue · cool · closest name: royalblue
RGB
60, 108, 212
HSL
221°, 64%, 53%
CMYK
72, 49, 0, 17
Luminance
0.1644
Every format
| HEX | #3c6cd4 |
| RGB | rgb(60, 108, 212) |
| HSL | hsl(221, 64%, 53%) |
| CMYK | cmyk(72%, 49%, 0%, 17%) |
| LAB | lab(47.5 19.0 -58.4) |
| LCH | lch(47.5 61.4 288.0) |
| OKLCH | oklch(0.554 0.169 263.3) |
Copy-ready code
/* CSS */
color: #3c6cd4;
background-color: #3c6cd4;
/* Tailwind (arbitrary) */
class="text-[#3c6cd4] bg-[#3c6cd4]"
/* SCSS */
$brand: #3c6cd4;
/* SwiftUI */
Color(red: 0.235, green: 0.424, blue: 0.831)
/* Android */
Color.parseColor("#3c6cd4")Accessibility — WCAG contrast
Aa
#3c6cd4 on white: 4.90:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#3c6cd4 on black: 4.29:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.5%
Green42.4%
Blue83.1%
CMYK percentages
Cyan71.7%
Magenta49.1%
Yellow0.0%
Key (black)16.9%
Color previews
#3c6cd4 text on a black background
contrast 4.29:1
Card sample
#3c6cd4 text on a white background
contrast 4.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3c6cd4;
Background color
Panel with #3c6cd4 background
background-color: #3c6cd4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3c6cd4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(60, 108, 212, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(60, 108, 212, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3c6cd4; background: linear-gradient(135deg, #3c6cd4, #713CD4);