#6378fd
a light, electric blue · warm · closest name: royalblue
RGB
99, 120, 253
HSL
232°, 98%, 69%
CMYK
61, 53, 0, 1
Luminance
0.2318
Every format
| HEX | #6378fd |
| RGB | rgb(99, 120, 253) |
| HSL | hsl(232, 98%, 69%) |
| CMYK | cmyk(61%, 53%, 0%, 1%) |
| LAB | lab(55.3 31.7 -68.8) |
| LCH | lch(55.3 75.8 294.8) |
| OKLCH | oklch(0.626 0.198 272.6) |
Copy-ready code
/* CSS */
color: #6378fd;
background-color: #6378fd;
/* Tailwind (arbitrary) */
class="text-[#6378fd] bg-[#6378fd]"
/* SCSS */
$brand: #6378fd;
/* SwiftUI */
Color(red: 0.388, green: 0.471, blue: 0.992)
/* Android */
Color.parseColor("#6378fd")Accessibility — WCAG contrast
Aa
#6378fd on white: 3.73:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#6378fd on black: 5.64:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.8%
Green47.1%
Blue99.2%
CMYK percentages
Cyan60.9%
Magenta52.6%
Yellow0.0%
Key (black)0.8%
Color previews
#6378fd text on a black background
contrast 5.64:1
Card sample
#6378fd text on a white background
contrast 3.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6378fd;
Background color
Panel with #6378fd background
background-color: #6378fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6378fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(99, 120, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(99, 120, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6378fd; background: linear-gradient(135deg, #6378fd, #B563FD);