#3376eb
a balanced, electric blue · cool · closest name: royalblue
RGB
51, 118, 235
HSL
218°, 82%, 56%
CMYK
78, 50, 0, 8
Luminance
0.1966
Every format
| HEX | #3376eb |
| RGB | rgb(51, 118, 235) |
| HSL | hsl(218, 82%, 56%) |
| CMYK | cmyk(78%, 50%, 0%, 8%) |
| LAB | lab(51.5 20.1 -65.1) |
| LCH | lch(51.5 68.1 287.2) |
| OKLCH | oklch(0.588 0.190 260.7) |
Copy-ready code
/* CSS */
color: #3376eb;
background-color: #3376eb;
/* Tailwind (arbitrary) */
class="text-[#3376eb] bg-[#3376eb]"
/* SCSS */
$brand: #3376eb;
/* SwiftUI */
Color(red: 0.200, green: 0.463, blue: 0.922)
/* Android */
Color.parseColor("#3376eb")Accessibility — WCAG contrast
Aa
#3376eb on white: 4.26:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#3376eb on black: 4.93:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.0%
Green46.3%
Blue92.2%
CMYK percentages
Cyan78.3%
Magenta49.8%
Yellow0.0%
Key (black)7.8%
Color previews
#3376eb text on a black background
contrast 4.93:1
Card sample
#3376eb text on a white background
contrast 4.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3376eb;
Background color
Panel with #3376eb background
background-color: #3376eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3376eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(51, 118, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(51, 118, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3376eb; background: linear-gradient(135deg, #3376eb, #6B33EB);