#3676e8
a balanced, electric blue · cool · closest name: royalblue
RGB
54, 118, 232
HSL
218°, 80%, 56%
CMYK
77, 49, 0, 9
Luminance
0.1957
Every format
| HEX | #3676e8 |
| RGB | rgb(54, 118, 232) |
| HSL | hsl(218, 80%, 56%) |
| CMYK | cmyk(77%, 49%, 0%, 9%) |
| LAB | lab(51.3 19.3 -63.5) |
| LCH | lch(51.3 66.4 286.9) |
| OKLCH | oklch(0.587 0.185 260.9) |
Copy-ready code
/* CSS */
color: #3676e8;
background-color: #3676e8;
/* Tailwind (arbitrary) */
class="text-[#3676e8] bg-[#3676e8]"
/* SCSS */
$brand: #3676e8;
/* SwiftUI */
Color(red: 0.212, green: 0.463, blue: 0.910)
/* Android */
Color.parseColor("#3676e8")Accessibility — WCAG contrast
Aa
#3676e8 on white: 4.27:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#3676e8 on black: 4.91:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red21.2%
Green46.3%
Blue91.0%
CMYK percentages
Cyan76.7%
Magenta49.1%
Yellow0.0%
Key (black)9.0%
Color previews
#3676e8 text on a black background
contrast 4.91:1
Card sample
#3676e8 text on a white background
contrast 4.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3676e8;
Background color
Panel with #3676e8 background
background-color: #3676e8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3676e8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(54, 118, 232, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(54, 118, 232, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3676e8; background: linear-gradient(135deg, #3676e8, #6D36E8);