#361bff
a balanced, electric blue · warm · closest name: blue
RGB
54, 27, 255
HSL
247°, 100%, 55%
CMYK
79, 89, 0, 0
Luminance
0.0879
Every format
| HEX | #361bff |
| RGB | rgb(54, 27, 255) |
| HSL | hsl(247, 100%, 55%) |
| CMYK | cmyk(79%, 89%, 0%, 0%) |
| LAB | lab(35.6 74.9 -102.3) |
| LCH | lch(35.6 126.8 306.2) |
| OKLCH | oklch(0.479 0.296 271.1) |
Copy-ready code
/* CSS */
color: #361bff;
background-color: #361bff;
/* Tailwind (arbitrary) */
class="text-[#361bff] bg-[#361bff]"
/* SCSS */
$brand: #361bff;
/* SwiftUI */
Color(red: 0.212, green: 0.106, blue: 1.000)
/* Android */
Color.parseColor("#361bff")Accessibility — WCAG contrast
Aa
#361bff on white: 7.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#361bff on black: 2.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red21.2%
Green10.6%
Blue100.0%
CMYK percentages
Cyan78.8%
Magenta89.4%
Yellow0.0%
Key (black)0.0%
Color previews
#361bff text on a black background
contrast 2.76:1
Card sample
#361bff text on a white background
contrast 7.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #361bff;
Background color
Panel with #361bff background
background-color: #361bff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #361bff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(54, 27, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(54, 27, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #361bff; background: linear-gradient(135deg, #361bff, #CE1BFF);