#3284ea
a balanced, electric blue · cool · closest name: dodgerblue
RGB
50, 132, 234
HSL
213°, 81%, 56%
CMYK
79, 44, 0, 8
Luminance
0.2312
Every format
| HEX | #3284ea |
| RGB | rgb(50, 132, 234) |
| HSL | hsl(213, 81%, 56%) |
| CMYK | cmyk(79%, 44%, 0%, 8%) |
| LAB | lab(55.2 11.0 -58.5) |
| LCH | lch(55.2 59.5 280.6) |
| OKLCH | oklch(0.617 0.173 255.9) |
Copy-ready code
/* CSS */
color: #3284ea;
background-color: #3284ea;
/* Tailwind (arbitrary) */
class="text-[#3284ea] bg-[#3284ea]"
/* SCSS */
$brand: #3284ea;
/* SwiftUI */
Color(red: 0.196, green: 0.518, blue: 0.918)
/* Android */
Color.parseColor("#3284ea")Accessibility — WCAG contrast
Aa
#3284ea on white: 3.73:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#3284ea on black: 5.62:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.6%
Green51.8%
Blue91.8%
CMYK percentages
Cyan78.6%
Magenta43.6%
Yellow0.0%
Key (black)8.2%
Color previews
#3284ea text on a black background
contrast 5.62:1
Card sample
#3284ea text on a white background
contrast 3.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3284ea;
Background color
Panel with #3284ea background
background-color: #3284ea;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3284ea;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(50, 132, 234, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(50, 132, 234, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3284ea; background: linear-gradient(135deg, #3284ea, #5B32EA);