#3702cf
a dark, electric violet · warm · closest name: blue
RGB
55, 2, 207
HSL
256°, 98%, 41%
CMYK
73, 99, 0, 19
Luminance
0.0536
Every format
| HEX | #3702cf |
| RGB | rgb(55, 2, 207) |
| HSL | hsl(256, 98%, 41%) |
| CMYK | cmyk(73%, 99%, 0%, 19%) |
| LAB | lab(27.7 68.2 -88.0) |
| LCH | lch(27.7 111.3 307.8) |
| OKLCH | oklch(0.409 0.255 275.5) |
Copy-ready code
/* CSS */
color: #3702cf;
background-color: #3702cf;
/* Tailwind (arbitrary) */
class="text-[#3702cf] bg-[#3702cf]"
/* SCSS */
$brand: #3702cf;
/* SwiftUI */
Color(red: 0.216, green: 0.008, blue: 0.812)
/* Android */
Color.parseColor("#3702cf")Accessibility — WCAG contrast
Aa
#3702cf on white: 10.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3702cf on black: 2.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red21.6%
Green0.8%
Blue81.2%
CMYK percentages
Cyan73.4%
Magenta99.0%
Yellow0.0%
Key (black)18.8%
Color previews
#3702cf text on a black background
contrast 2.07:1
Card sample
#3702cf text on a white background
contrast 10.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3702cf;
Background color
Panel with #3702cf background
background-color: #3702cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3702cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(55, 2, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(55, 2, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3702cf; background: linear-gradient(135deg, #3702cf, #C002CF);