#6367fd
a light, electric blue · warm · closest name: royalblue
RGB
99, 103, 253
HSL
238°, 98%, 69%
CMYK
61, 59, 0, 1
Luminance
0.1944
Every format
| HEX | #6367fd |
| RGB | rgb(99, 103, 253) |
| HSL | hsl(238, 98%, 69%) |
| CMYK | cmyk(61%, 59%, 0%, 1%) |
| LAB | lab(51.2 41.9 -75.4) |
| LCH | lch(51.2 86.3 299.1) |
| OKLCH | oklch(0.596 0.218 276.4) |
Copy-ready code
/* CSS */
color: #6367fd;
background-color: #6367fd;
/* Tailwind (arbitrary) */
class="text-[#6367fd] bg-[#6367fd]"
/* SCSS */
$brand: #6367fd;
/* SwiftUI */
Color(red: 0.388, green: 0.404, blue: 0.992)
/* Android */
Color.parseColor("#6367fd")Accessibility — WCAG contrast
Aa
#6367fd on white: 4.30:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#6367fd on black: 4.89:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.8%
Green40.4%
Blue99.2%
CMYK percentages
Cyan60.9%
Magenta59.3%
Yellow0.0%
Key (black)0.8%
Color previews
#6367fd text on a black background
contrast 4.89:1
Card sample
#6367fd text on a white background
contrast 4.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6367fd;
Background color
Panel with #6367fd background
background-color: #6367fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6367fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(99, 103, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(99, 103, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6367fd; background: linear-gradient(135deg, #6367fd, #C663FD);