#5f6cdf
a balanced, vivid blue · warm · closest name: royalblue
RGB
95, 108, 223
HSL
234°, 67%, 62%
CMYK
57, 52, 0, 13
Luminance
0.1849
Every format
| HEX | #5f6cdf |
| RGB | rgb(95, 108, 223) |
| HSL | hsl(234, 67%, 62%) |
| CMYK | cmyk(57%, 52%, 0%, 13%) |
| LAB | lab(50.1 28.5 -60.4) |
| LCH | lch(50.1 66.8 295.3) |
| OKLCH | oklch(0.581 0.173 274.8) |
Copy-ready code
/* CSS */
color: #5f6cdf;
background-color: #5f6cdf;
/* Tailwind (arbitrary) */
class="text-[#5f6cdf] bg-[#5f6cdf]"
/* SCSS */
$brand: #5f6cdf;
/* SwiftUI */
Color(red: 0.373, green: 0.424, blue: 0.875)
/* Android */
Color.parseColor("#5f6cdf")Accessibility — WCAG contrast
Aa
#5f6cdf on white: 4.47:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#5f6cdf on black: 4.70:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.3%
Green42.4%
Blue87.5%
CMYK percentages
Cyan57.4%
Magenta51.6%
Yellow0.0%
Key (black)12.5%
Color previews
#5f6cdf text on a black background
contrast 4.70:1
Card sample
#5f6cdf text on a white background
contrast 4.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5f6cdf;
Background color
Panel with #5f6cdf background
background-color: #5f6cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5f6cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(95, 108, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(95, 108, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5f6cdf; background: linear-gradient(135deg, #5f6cdf, #A75FDF);