#6360eb
a balanced, electric blue · warm · closest name: slateblue
RGB
99, 96, 235
HSL
241°, 78%, 65%
CMYK
58, 59, 0, 8
Luminance
0.1702
Every format
| HEX | #6360eb |
| RGB | rgb(99, 96, 235) |
| HSL | hsl(241, 78%, 65%) |
| CMYK | cmyk(58%, 59%, 0%, 8%) |
| LAB | lab(48.3 40.4 -70.1) |
| LCH | lch(48.3 80.9 299.9) |
| OKLCH | oklch(0.571 0.204 278.7) |
Copy-ready code
/* CSS */
color: #6360eb;
background-color: #6360eb;
/* Tailwind (arbitrary) */
class="text-[#6360eb] bg-[#6360eb]"
/* SCSS */
$brand: #6360eb;
/* SwiftUI */
Color(red: 0.388, green: 0.376, blue: 0.922)
/* Android */
Color.parseColor("#6360eb")Accessibility — WCAG contrast
Aa
#6360eb on white: 4.77:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#6360eb on black: 4.40:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.8%
Green37.6%
Blue92.2%
CMYK percentages
Cyan57.9%
Magenta59.1%
Yellow0.0%
Key (black)7.8%
Color previews
#6360eb text on a black background
contrast 4.40:1
Card sample
#6360eb text on a white background
contrast 4.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6360eb;
Background color
Panel with #6360eb background
background-color: #6360eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6360eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(99, 96, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(99, 96, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6360eb; background: linear-gradient(135deg, #6360eb, #C060EB);