#5c76df
a balanced, vivid blue · warm · closest name: royalblue
RGB
92, 118, 223
HSL
228°, 67%, 62%
CMYK
59, 47, 0, 13
Luminance
0.2056
Every format
| HEX | #5c76df |
| RGB | rgb(92, 118, 223) |
| HSL | hsl(228, 67%, 62%) |
| CMYK | cmyk(59%, 47%, 0%, 13%) |
| LAB | lab(52.5 21.8 -56.6) |
| LCH | lch(52.5 60.7 291.1) |
| OKLCH | oklch(0.598 0.162 270.4) |
Copy-ready code
/* CSS */
color: #5c76df;
background-color: #5c76df;
/* Tailwind (arbitrary) */
class="text-[#5c76df] bg-[#5c76df]"
/* SCSS */
$brand: #5c76df;
/* SwiftUI */
Color(red: 0.361, green: 0.463, blue: 0.875)
/* Android */
Color.parseColor("#5c76df")Accessibility — WCAG contrast
Aa
#5c76df on white: 4.11:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#5c76df on black: 5.11:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.1%
Green46.3%
Blue87.5%
CMYK percentages
Cyan58.7%
Magenta47.1%
Yellow0.0%
Key (black)12.5%
Color previews
#5c76df text on a black background
contrast 5.11:1
Card sample
#5c76df text on a white background
contrast 4.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5c76df;
Background color
Panel with #5c76df background
background-color: #5c76df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5c76df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(92, 118, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(92, 118, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5c76df; background: linear-gradient(135deg, #5c76df, #995CDF);