#5f76df
a balanced, vivid blue · warm · closest name: royalblue
RGB
95, 118, 223
HSL
229°, 67%, 62%
CMYK
57, 47, 0, 13
Luminance
0.2072
Every format
| HEX | #5f76df |
| RGB | rgb(95, 118, 223) |
| HSL | hsl(229, 67%, 62%) |
| CMYK | cmyk(57%, 47%, 0%, 13%) |
| LAB | lab(52.6 22.4 -56.3) |
| LCH | lch(52.6 60.6 291.7) |
| OKLCH | oklch(0.600 0.161 271.5) |
Copy-ready code
/* CSS */
color: #5f76df;
background-color: #5f76df;
/* Tailwind (arbitrary) */
class="text-[#5f76df] bg-[#5f76df]"
/* SCSS */
$brand: #5f76df;
/* SwiftUI */
Color(red: 0.373, green: 0.463, blue: 0.875)
/* Android */
Color.parseColor("#5f76df")Accessibility — WCAG contrast
Aa
#5f76df on white: 4.08:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#5f76df on black: 5.14:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.3%
Green46.3%
Blue87.5%
CMYK percentages
Cyan57.4%
Magenta47.1%
Yellow0.0%
Key (black)12.5%
Color previews
#5f76df text on a black background
contrast 5.14:1
Card sample
#5f76df text on a white background
contrast 4.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5f76df;
Background color
Panel with #5f76df background
background-color: #5f76df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5f76df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(95, 118, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(95, 118, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5f76df; background: linear-gradient(135deg, #5f76df, #9D5FDF);