#3c83fd
a balanced, electric blue · cool · closest name: dodgerblue
RGB
60, 131, 253
HSL
218°, 98%, 61%
CMYK
76, 48, 0, 1
Luminance
0.2429
Every format
| HEX | #3c83fd |
| RGB | rgb(60, 131, 253) |
| HSL | hsl(218, 98%, 61%) |
| CMYK | cmyk(76%, 48%, 0%, 1%) |
| LAB | lab(56.4 19.6 -67.1) |
| LCH | lch(56.4 69.9 286.3) |
| OKLCH | oklch(0.630 0.196 260.5) |
Copy-ready code
/* CSS */
color: #3c83fd;
background-color: #3c83fd;
/* Tailwind (arbitrary) */
class="text-[#3c83fd] bg-[#3c83fd]"
/* SCSS */
$brand: #3c83fd;
/* SwiftUI */
Color(red: 0.235, green: 0.514, blue: 0.992)
/* Android */
Color.parseColor("#3c83fd")Accessibility — WCAG contrast
Aa
#3c83fd on white: 3.59:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#3c83fd on black: 5.86:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.5%
Green51.4%
Blue99.2%
CMYK percentages
Cyan76.3%
Magenta48.2%
Yellow0.0%
Key (black)0.8%
Color previews
#3c83fd text on a black background
contrast 5.86:1
Card sample
#3c83fd text on a white background
contrast 3.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3c83fd;
Background color
Panel with #3c83fd background
background-color: #3c83fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3c83fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(60, 131, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(60, 131, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3c83fd; background: linear-gradient(135deg, #3c83fd, #763CFD);