#5f5ace
a balanced, vivid blue · warm · closest name: slateblue
RGB
95, 90, 206
HSL
243°, 54%, 58%
CMYK
54, 56, 0, 19
Luminance
0.1420
Every format
| HEX | #5f5ace |
| RGB | rgb(95, 90, 206) |
| HSL | hsl(243, 54%, 58%) |
| CMYK | cmyk(54%, 56%, 0%, 19%) |
| LAB | lab(44.5 34.1 -59.7) |
| LCH | lch(44.5 68.8 299.7) |
| OKLCH | oklch(0.535 0.174 280.7) |
Copy-ready code
/* CSS */
color: #5f5ace;
background-color: #5f5ace;
/* Tailwind (arbitrary) */
class="text-[#5f5ace] bg-[#5f5ace]"
/* SCSS */
$brand: #5f5ace;
/* SwiftUI */
Color(red: 0.373, green: 0.353, blue: 0.808)
/* Android */
Color.parseColor("#5f5ace")Accessibility — WCAG contrast
Aa
#5f5ace on white: 5.47:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#5f5ace on black: 3.84:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.3%
Green35.3%
Blue80.8%
CMYK percentages
Cyan53.9%
Magenta56.3%
Yellow0.0%
Key (black)19.2%
Color previews
#5f5ace text on a black background
contrast 3.84:1
Card sample
#5f5ace text on a white background
contrast 5.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5f5ace;
Background color
Panel with #5f5ace background
background-color: #5f5ace;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5f5ace;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(95, 90, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(95, 90, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5f5ace; background: linear-gradient(135deg, #5f5ace, #AC5ACE);