#3f83eb
a balanced, electric blue · cool · closest name: dodgerblue
RGB
63, 131, 235
HSL
216°, 81%, 58%
CMYK
73, 44, 0, 8
Luminance
0.2329
Every format
| HEX | #3f83eb |
| RGB | rgb(63, 131, 235) |
| HSL | hsl(216, 81%, 58%) |
| CMYK | cmyk(73%, 44%, 0%, 8%) |
| LAB | lab(55.4 13.4 -58.7) |
| LCH | lch(55.4 60.2 282.9) |
| OKLCH | oklch(0.619 0.172 258.8) |
Copy-ready code
/* CSS */
color: #3f83eb;
background-color: #3f83eb;
/* Tailwind (arbitrary) */
class="text-[#3f83eb] bg-[#3f83eb]"
/* SCSS */
$brand: #3f83eb;
/* SwiftUI */
Color(red: 0.247, green: 0.514, blue: 0.922)
/* Android */
Color.parseColor("#3f83eb")Accessibility — WCAG contrast
Aa
#3f83eb on white: 3.71:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#3f83eb on black: 5.66:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.7%
Green51.4%
Blue92.2%
CMYK percentages
Cyan73.2%
Magenta44.3%
Yellow0.0%
Key (black)7.8%
Color previews
#3f83eb text on a black background
contrast 5.66:1
Card sample
#3f83eb text on a white background
contrast 3.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3f83eb;
Background color
Panel with #3f83eb background
background-color: #3f83eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3f83eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(63, 131, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(63, 131, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3f83eb; background: linear-gradient(135deg, #3f83eb, #6E3FEB);