#362cdf
a balanced, vivid blue · warm · closest name: blue
RGB
54, 44, 223
HSL
243°, 74%, 52%
CMYK
76, 80, 0, 13
Luminance
0.0791
Every format
| HEX | #362cdf |
| RGB | rgb(54, 44, 223) |
| HSL | hsl(243, 74%, 52%) |
| CMYK | cmyk(76%, 80%, 0%, 13%) |
| LAB | lab(33.8 59.9 -87.2) |
| LCH | lch(33.8 105.8 304.5) |
| OKLCH | oklch(0.456 0.252 272.5) |
Copy-ready code
/* CSS */
color: #362cdf;
background-color: #362cdf;
/* Tailwind (arbitrary) */
class="text-[#362cdf] bg-[#362cdf]"
/* SCSS */
$brand: #362cdf;
/* SwiftUI */
Color(red: 0.212, green: 0.173, blue: 0.875)
/* Android */
Color.parseColor("#362cdf")Accessibility — WCAG contrast
Aa
#362cdf on white: 8.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#362cdf on black: 2.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red21.2%
Green17.3%
Blue87.5%
CMYK percentages
Cyan75.8%
Magenta80.3%
Yellow0.0%
Key (black)12.5%
Color previews
#362cdf text on a black background
contrast 2.58:1
Card sample
#362cdf text on a white background
contrast 8.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #362cdf;
Background color
Panel with #362cdf background
background-color: #362cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #362cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(54, 44, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(54, 44, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #362cdf; background: linear-gradient(135deg, #362cdf, #AE2CDF);