#6368df
a balanced, vivid blue · warm · closest name: royalblue
RGB
99, 104, 223
HSL
238°, 66%, 63%
CMYK
56, 53, 0, 13
Luminance
0.1788
Every format
| HEX | #6368df |
| RGB | rgb(99, 104, 223) |
| HSL | hsl(238, 66%, 63%) |
| CMYK | cmyk(56%, 53%, 0%, 13%) |
| LAB | lab(49.4 31.7 -61.6) |
| LCH | lch(49.4 69.3 297.3) |
| OKLCH | oklch(0.576 0.178 277.4) |
Copy-ready code
/* CSS */
color: #6368df;
background-color: #6368df;
/* Tailwind (arbitrary) */
class="text-[#6368df] bg-[#6368df]"
/* SCSS */
$brand: #6368df;
/* SwiftUI */
Color(red: 0.388, green: 0.408, blue: 0.875)
/* Android */
Color.parseColor("#6368df")Accessibility — WCAG contrast
Aa
#6368df on white: 4.59:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#6368df on black: 4.58:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.8%
Green40.8%
Blue87.5%
CMYK percentages
Cyan55.6%
Magenta53.4%
Yellow0.0%
Key (black)12.5%
Color previews
#6368df text on a black background
contrast 4.58:1
Card sample
#6368df text on a white background
contrast 4.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6368df;
Background color
Panel with #6368df background
background-color: #6368df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6368df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(99, 104, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(99, 104, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6368df; background: linear-gradient(135deg, #6368df, #B163DF);