#3c53eb
a balanced, electric blue · warm · closest name: royalblue
RGB
60, 83, 235
HSL
232°, 81%, 58%
CMYK
75, 65, 0, 8
Luminance
0.1315
Every format
| HEX | #3c53eb |
| RGB | rgb(60, 83, 235) |
| HSL | hsl(232, 81%, 58%) |
| CMYK | cmyk(75%, 65%, 0%, 8%) |
| LAB | lab(43.0 42.9 -78.8) |
| LCH | lch(43.0 89.8 298.6) |
| OKLCH | oklch(0.526 0.228 269.7) |
Copy-ready code
/* CSS */
color: #3c53eb;
background-color: #3c53eb;
/* Tailwind (arbitrary) */
class="text-[#3c53eb] bg-[#3c53eb]"
/* SCSS */
$brand: #3c53eb;
/* SwiftUI */
Color(red: 0.235, green: 0.325, blue: 0.922)
/* Android */
Color.parseColor("#3c53eb")Accessibility — WCAG contrast
Aa
#3c53eb on white: 5.79:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#3c53eb on black: 3.63:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.5%
Green32.5%
Blue92.2%
CMYK percentages
Cyan74.5%
Magenta64.7%
Yellow0.0%
Key (black)7.8%
Color previews
#3c53eb text on a black background
contrast 3.63:1
Card sample
#3c53eb text on a white background
contrast 5.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3c53eb;
Background color
Panel with #3c53eb background
background-color: #3c53eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3c53eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(60, 83, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(60, 83, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3c53eb; background: linear-gradient(135deg, #3c53eb, #9A3CEB);