#3282eb
a balanced, electric blue · cool · closest name: dodgerblue
RGB
50, 130, 235
HSL
214°, 82%, 56%
CMYK
79, 45, 0, 8
Luminance
0.2264
Every format
| HEX | #3282eb |
| RGB | rgb(50, 130, 235) |
| HSL | hsl(214, 82%, 56%) |
| CMYK | cmyk(79%, 45%, 0%, 8%) |
| LAB | lab(54.7 12.6 -59.8) |
| LCH | lch(54.7 61.1 281.8) |
| OKLCH | oklch(0.613 0.176 256.8) |
Copy-ready code
/* CSS */
color: #3282eb;
background-color: #3282eb;
/* Tailwind (arbitrary) */
class="text-[#3282eb] bg-[#3282eb]"
/* SCSS */
$brand: #3282eb;
/* SwiftUI */
Color(red: 0.196, green: 0.510, blue: 0.922)
/* Android */
Color.parseColor("#3282eb")Accessibility — WCAG contrast
Aa
#3282eb on white: 3.80:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#3282eb on black: 5.53:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.6%
Green51.0%
Blue92.2%
CMYK percentages
Cyan78.7%
Magenta44.7%
Yellow0.0%
Key (black)7.8%
Color previews
#3282eb text on a black background
contrast 5.53:1
Card sample
#3282eb text on a white background
contrast 3.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3282eb;
Background color
Panel with #3282eb background
background-color: #3282eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3282eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(50, 130, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(50, 130, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3282eb; background: linear-gradient(135deg, #3282eb, #5E32EB);