#3c52fd
a balanced, electric blue · warm · closest name: royalblue
RGB
60, 82, 253
HSL
233°, 98%, 61%
CMYK
76, 68, 0, 1
Luminance
0.1409
Every format
| HEX | #3c52fd |
| RGB | rgb(60, 82, 253) |
| HSL | hsl(233, 98%, 61%) |
| CMYK | cmyk(76%, 68%, 0%, 1%) |
| LAB | lab(44.4 49.6 -86.7) |
| LCH | lch(44.4 99.9 299.8) |
| OKLCH | oklch(0.540 0.251 269.5) |
Copy-ready code
/* CSS */
color: #3c52fd;
background-color: #3c52fd;
/* Tailwind (arbitrary) */
class="text-[#3c52fd] bg-[#3c52fd]"
/* SCSS */
$brand: #3c52fd;
/* SwiftUI */
Color(red: 0.235, green: 0.322, blue: 0.992)
/* Android */
Color.parseColor("#3c52fd")Accessibility — WCAG contrast
Aa
#3c52fd on white: 5.50:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#3c52fd on black: 3.82:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.5%
Green32.2%
Blue99.2%
CMYK percentages
Cyan76.3%
Magenta67.6%
Yellow0.0%
Key (black)0.8%
Color previews
#3c52fd text on a black background
contrast 3.82:1
Card sample
#3c52fd text on a white background
contrast 5.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3c52fd;
Background color
Panel with #3c52fd background
background-color: #3c52fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3c52fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(60, 82, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(60, 82, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3c52fd; background: linear-gradient(135deg, #3c52fd, #A73CFD);