#3700eb
a balanced, electric blue · warm · closest name: blue
RGB
55, 0, 235
HSL
254°, 100%, 46%
CMYK
77, 100, 0, 8
Luminance
0.0681
Every format
| HEX | #3700eb |
| RGB | rgb(55, 0, 235) |
| HSL | hsl(254, 100%, 46%) |
| CMYK | cmyk(77%, 100%, 0%, 8%) |
| LAB | lab(31.4 75.1 -98.1) |
| LCH | lch(31.4 123.5 307.5) |
| OKLCH | oklch(0.443 0.283 273.0) |
Copy-ready code
/* CSS */
color: #3700eb;
background-color: #3700eb;
/* Tailwind (arbitrary) */
class="text-[#3700eb] bg-[#3700eb]"
/* SCSS */
$brand: #3700eb;
/* SwiftUI */
Color(red: 0.216, green: 0.000, blue: 0.922)
/* Android */
Color.parseColor("#3700eb")Accessibility — WCAG contrast
Aa
#3700eb on white: 8.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3700eb on black: 2.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red21.6%
Green0.0%
Blue92.2%
CMYK percentages
Cyan76.6%
Magenta100.0%
Yellow0.0%
Key (black)7.8%
Color previews
#3700eb text on a black background
contrast 2.36:1
Card sample
#3700eb text on a white background
contrast 8.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3700eb;
Background color
Panel with #3700eb background
background-color: #3700eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3700eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(55, 0, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(55, 0, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3700eb; background: linear-gradient(135deg, #3700eb, #D400EB);