#5f5fdb
a balanced, vivid blue · warm · closest name: slateblue
RGB
95, 95, 219
HSL
240°, 63%, 62%
CMYK
57, 57, 0, 14
Luminance
0.1573
Every format
| HEX | #5f5fdb |
| RGB | rgb(95, 95, 219) |
| HSL | hsl(240, 63%, 62%) |
| CMYK | cmyk(57%, 57%, 0%, 14%) |
| LAB | lab(46.6 35.2 -63.7) |
| LCH | lch(46.6 72.8 298.9) |
| OKLCH | oklch(0.554 0.185 278.5) |
Copy-ready code
/* CSS */
color: #5f5fdb;
background-color: #5f5fdb;
/* Tailwind (arbitrary) */
class="text-[#5f5fdb] bg-[#5f5fdb]"
/* SCSS */
$brand: #5f5fdb;
/* SwiftUI */
Color(red: 0.373, green: 0.373, blue: 0.859)
/* Android */
Color.parseColor("#5f5fdb")Accessibility — WCAG contrast
Aa
#5f5fdb on white: 5.06:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#5f5fdb on black: 4.15:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.3%
Green37.3%
Blue85.9%
CMYK percentages
Cyan56.6%
Magenta56.6%
Yellow0.0%
Key (black)14.1%
Color previews
#5f5fdb text on a black background
contrast 4.15:1
Card sample
#5f5fdb text on a white background
contrast 5.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5f5fdb;
Background color
Panel with #5f5fdb background
background-color: #5f5fdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5f5fdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(95, 95, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(95, 95, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5f5fdb; background: linear-gradient(135deg, #5f5fdb, #B25FDB);