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