#3c7cfd
a balanced, electric blue · cool · closest name: royalblue
RGB
60, 124, 253
HSL
220°, 98%, 61%
CMYK
76, 51, 0, 1
Luminance
0.2247
Every format
| HEX | #3c7cfd |
| RGB | rgb(60, 124, 253) |
| HSL | hsl(220, 98%, 61%) |
| CMYK | cmyk(76%, 51%, 0%, 1%) |
| LAB | lab(54.5 23.9 -70.1) |
| LCH | lch(54.5 74.0 288.8) |
| OKLCH | oklch(0.616 0.204 262.3) |
Copy-ready code
/* CSS */
color: #3c7cfd;
background-color: #3c7cfd;
/* Tailwind (arbitrary) */
class="text-[#3c7cfd] bg-[#3c7cfd]"
/* SCSS */
$brand: #3c7cfd;
/* SwiftUI */
Color(red: 0.235, green: 0.486, blue: 0.992)
/* Android */
Color.parseColor("#3c7cfd")Accessibility — WCAG contrast
Aa
#3c7cfd on white: 3.82:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#3c7cfd on black: 5.49:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.5%
Green48.6%
Blue99.2%
CMYK percentages
Cyan76.3%
Magenta51.0%
Yellow0.0%
Key (black)0.8%
Color previews
#3c7cfd text on a black background
contrast 5.49:1
Card sample
#3c7cfd text on a white background
contrast 3.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3c7cfd;
Background color
Panel with #3c7cfd background
background-color: #3c7cfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3c7cfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(60, 124, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(60, 124, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3c7cfd; background: linear-gradient(135deg, #3c7cfd, #7D3CFD);