#362dfb
a balanced, electric blue · warm · closest name: blue
RGB
54, 45, 251
HSL
243°, 96%, 58%
CMYK
79, 82, 0, 2
Luminance
0.0963
Every format
| HEX | #362dfb |
| RGB | rgb(54, 45, 251) |
| HSL | hsl(243, 96%, 58%) |
| CMYK | cmyk(79%, 82%, 0%, 2%) |
| LAB | lab(37.2 67.6 -97.5) |
| LCH | lch(37.2 118.6 304.7) |
| OKLCH | oklch(0.488 0.282 270.9) |
Copy-ready code
/* CSS */
color: #362dfb;
background-color: #362dfb;
/* Tailwind (arbitrary) */
class="text-[#362dfb] bg-[#362dfb]"
/* SCSS */
$brand: #362dfb;
/* SwiftUI */
Color(red: 0.212, green: 0.176, blue: 0.984)
/* Android */
Color.parseColor("#362dfb")Accessibility — WCAG contrast
Aa
#362dfb on white: 7.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#362dfb on black: 2.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red21.2%
Green17.6%
Blue98.4%
CMYK percentages
Cyan78.5%
Magenta82.1%
Yellow0.0%
Key (black)1.6%
Color previews
#362dfb text on a black background
contrast 2.93:1
Card sample
#362dfb text on a white background
contrast 7.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #362dfb;
Background color
Panel with #362dfb background
background-color: #362dfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #362dfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(54, 45, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(54, 45, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #362dfb; background: linear-gradient(135deg, #362dfb, #BF2DFB);