#3622ff
a balanced, electric blue · warm · closest name: blue
RGB
54, 34, 255
HSL
245°, 100%, 57%
CMYK
79, 87, 0, 0
Luminance
0.0915
Every format
| HEX | #3622ff |
| RGB | rgb(54, 34, 255) |
| HSL | hsl(245, 100%, 57%) |
| CMYK | cmyk(79%, 87%, 0%, 0%) |
| LAB | lab(36.3 72.8 -101.2) |
| LCH | lch(36.3 124.7 305.7) |
| OKLCH | oklch(0.483 0.293 271.0) |
Copy-ready code
/* CSS */
color: #3622ff;
background-color: #3622ff;
/* Tailwind (arbitrary) */
class="text-[#3622ff] bg-[#3622ff]"
/* SCSS */
$brand: #3622ff;
/* SwiftUI */
Color(red: 0.212, green: 0.133, blue: 1.000)
/* Android */
Color.parseColor("#3622ff")Accessibility — WCAG contrast
Aa
#3622ff on white: 7.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3622ff on black: 2.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red21.2%
Green13.3%
Blue100.0%
CMYK percentages
Cyan78.8%
Magenta86.7%
Yellow0.0%
Key (black)0.0%
Color previews
#3622ff text on a black background
contrast 2.83:1
Card sample
#3622ff text on a white background
contrast 7.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3622ff;
Background color
Panel with #3622ff background
background-color: #3622ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3622ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(54, 34, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(54, 34, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3622ff; background: linear-gradient(135deg, #3622ff, #C922FF);