#5c79df
a balanced, vivid blue · warm · closest name: royalblue
RGB
92, 121, 223
HSL
227°, 67%, 62%
CMYK
59, 46, 0, 13
Luminance
0.2128
Every format
| HEX | #5c79df |
| RGB | rgb(92, 121, 223) |
| HSL | hsl(227, 67%, 62%) |
| CMYK | cmyk(59%, 46%, 0%, 13%) |
| LAB | lab(53.3 20.0 -55.3) |
| LCH | lch(53.3 58.8 289.9) |
| OKLCH | oklch(0.604 0.158 269.3) |
Copy-ready code
/* CSS */
color: #5c79df;
background-color: #5c79df;
/* Tailwind (arbitrary) */
class="text-[#5c79df] bg-[#5c79df]"
/* SCSS */
$brand: #5c79df;
/* SwiftUI */
Color(red: 0.361, green: 0.475, blue: 0.875)
/* Android */
Color.parseColor("#5c79df")Accessibility — WCAG contrast
Aa
#5c79df on white: 4.00:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#5c79df on black: 5.26:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.1%
Green47.5%
Blue87.5%
CMYK percentages
Cyan58.7%
Magenta45.7%
Yellow0.0%
Key (black)12.5%
Color previews
#5c79df text on a black background
contrast 5.26:1
Card sample
#5c79df text on a white background
contrast 4.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5c79df;
Background color
Panel with #5c79df background
background-color: #5c79df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5c79df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(92, 121, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(92, 121, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5c79df; background: linear-gradient(135deg, #5c79df, #965CDF);