#3c5cfd
a balanced, electric blue · warm · closest name: royalblue
RGB
60, 92, 253
HSL
230°, 98%, 61%
CMYK
76, 64, 0, 1
Luminance
0.1571
Every format
| HEX | #3c5cfd |
| RGB | rgb(60, 92, 253) |
| HSL | hsl(230, 98%, 61%) |
| CMYK | cmyk(76%, 64%, 0%, 1%) |
| LAB | lab(46.6 43.7 -83.0) |
| LCH | lch(46.6 93.8 297.8) |
| OKLCH | oklch(0.557 0.240 268.3) |
Copy-ready code
/* CSS */
color: #3c5cfd;
background-color: #3c5cfd;
/* Tailwind (arbitrary) */
class="text-[#3c5cfd] bg-[#3c5cfd]"
/* SCSS */
$brand: #3c5cfd;
/* SwiftUI */
Color(red: 0.235, green: 0.361, blue: 0.992)
/* Android */
Color.parseColor("#3c5cfd")Accessibility — WCAG contrast
Aa
#3c5cfd on white: 5.07:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#3c5cfd on black: 4.14:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.5%
Green36.1%
Blue99.2%
CMYK percentages
Cyan76.3%
Magenta63.6%
Yellow0.0%
Key (black)0.8%
Color previews
#3c5cfd text on a black background
contrast 4.14:1
Card sample
#3c5cfd text on a white background
contrast 5.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3c5cfd;
Background color
Panel with #3c5cfd background
background-color: #3c5cfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3c5cfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(60, 92, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(60, 92, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3c5cfd; background: linear-gradient(135deg, #3c5cfd, #9D3CFD);