#3b83eb
a balanced, electric blue · cool · closest name: dodgerblue
RGB
59, 131, 235
HSL
216°, 82%, 58%
CMYK
75, 44, 0, 8
Luminance
0.2316
Every format
| HEX | #3b83eb |
| RGB | rgb(59, 131, 235) |
| HSL | hsl(216, 82%, 58%) |
| CMYK | cmyk(75%, 44%, 0%, 8%) |
| LAB | lab(55.2 12.9 -59.0) |
| LCH | lch(55.2 60.4 282.4) |
| OKLCH | oklch(0.618 0.173 258.0) |
Copy-ready code
/* CSS */
color: #3b83eb;
background-color: #3b83eb;
/* Tailwind (arbitrary) */
class="text-[#3b83eb] bg-[#3b83eb]"
/* SCSS */
$brand: #3b83eb;
/* SwiftUI */
Color(red: 0.231, green: 0.514, blue: 0.922)
/* Android */
Color.parseColor("#3b83eb")Accessibility — WCAG contrast
Aa
#3b83eb on white: 3.73:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#3b83eb on black: 5.63:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.1%
Green51.4%
Blue92.2%
CMYK percentages
Cyan74.9%
Magenta44.3%
Yellow0.0%
Key (black)7.8%
Color previews
#3b83eb text on a black background
contrast 5.63:1
Card sample
#3b83eb text on a white background
contrast 3.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3b83eb;
Background color
Panel with #3b83eb background
background-color: #3b83eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3b83eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(59, 131, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(59, 131, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3b83eb; background: linear-gradient(135deg, #3b83eb, #683BEB);