#3c86fd
a balanced, electric blue · cool · closest name: dodgerblue
RGB
60, 134, 253
HSL
217°, 98%, 61%
CMYK
76, 47, 0, 1
Luminance
0.2510
Every format
| HEX | #3c86fd |
| RGB | rgb(60, 134, 253) |
| HSL | hsl(217, 98%, 61%) |
| CMYK | cmyk(76%, 47%, 0%, 1%) |
| LAB | lab(57.2 17.7 -65.8) |
| LCH | lch(57.2 68.2 285.1) |
| OKLCH | oklch(0.636 0.192 259.6) |
Copy-ready code
/* CSS */
color: #3c86fd;
background-color: #3c86fd;
/* Tailwind (arbitrary) */
class="text-[#3c86fd] bg-[#3c86fd]"
/* SCSS */
$brand: #3c86fd;
/* SwiftUI */
Color(red: 0.235, green: 0.525, blue: 0.992)
/* Android */
Color.parseColor("#3c86fd")Accessibility — WCAG contrast
Aa
#3c86fd on white: 3.49:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#3c86fd on black: 6.02:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.5%
Green52.5%
Blue99.2%
CMYK percentages
Cyan76.3%
Magenta47.0%
Yellow0.0%
Key (black)0.8%
Color previews
#3c86fd text on a black background
contrast 6.02:1
Card sample
#3c86fd text on a white background
contrast 3.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3c86fd;
Background color
Panel with #3c86fd background
background-color: #3c86fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3c86fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(60, 134, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(60, 134, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3c86fd; background: linear-gradient(135deg, #3c86fd, #733CFD);