#6386fd
a light, electric blue · warm · closest name: royalblue
RGB
99, 134, 253
HSL
226°, 98%, 69%
CMYK
61, 47, 0, 1
Luminance
0.2679
Every format
| HEX | #6386fd |
| RGB | rgb(99, 134, 253) |
| HSL | hsl(226, 98%, 69%) |
| CMYK | cmyk(61%, 47%, 0%, 1%) |
| LAB | lab(58.8 23.3 -63.1) |
| LCH | lch(58.8 67.3 290.3) |
| OKLCH | oklch(0.653 0.181 268.7) |
Copy-ready code
/* CSS */
color: #6386fd;
background-color: #6386fd;
/* Tailwind (arbitrary) */
class="text-[#6386fd] bg-[#6386fd]"
/* SCSS */
$brand: #6386fd;
/* SwiftUI */
Color(red: 0.388, green: 0.525, blue: 0.992)
/* Android */
Color.parseColor("#6386fd")Accessibility — WCAG contrast
Aa
#6386fd on white: 3.30:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#6386fd on black: 6.36:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.8%
Green52.5%
Blue99.2%
CMYK percentages
Cyan60.9%
Magenta47.0%
Yellow0.0%
Key (black)0.8%
Color previews
#6386fd text on a black background
contrast 6.36:1
Card sample
#6386fd text on a white background
contrast 3.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6386fd;
Background color
Panel with #6386fd background
background-color: #6386fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6386fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(99, 134, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(99, 134, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6386fd; background: linear-gradient(135deg, #6386fd, #A763FD);