#5f6dfd
a light, electric blue · warm · closest name: royalblue
RGB
95, 109, 253
HSL
235°, 98%, 68%
CMYK
63, 57, 0, 1
Luminance
0.2046
Every format
| HEX | #5f6dfd |
| RGB | rgb(95, 109, 253) |
| HSL | hsl(235, 98%, 68%) |
| CMYK | cmyk(63%, 57%, 0%, 1%) |
| LAB | lab(52.4 37.7 -73.5) |
| LCH | lch(52.4 82.6 297.2) |
| OKLCH | oklch(0.604 0.212 274.0) |
Copy-ready code
/* CSS */
color: #5f6dfd;
background-color: #5f6dfd;
/* Tailwind (arbitrary) */
class="text-[#5f6dfd] bg-[#5f6dfd]"
/* SCSS */
$brand: #5f6dfd;
/* SwiftUI */
Color(red: 0.373, green: 0.427, blue: 0.992)
/* Android */
Color.parseColor("#5f6dfd")Accessibility — WCAG contrast
Aa
#5f6dfd on white: 4.12:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#5f6dfd on black: 5.09:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.3%
Green42.7%
Blue99.2%
CMYK percentages
Cyan62.5%
Magenta56.9%
Yellow0.0%
Key (black)0.8%
Color previews
#5f6dfd text on a black background
contrast 5.09:1
Card sample
#5f6dfd text on a white background
contrast 4.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5f6dfd;
Background color
Panel with #5f6dfd background
background-color: #5f6dfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5f6dfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(95, 109, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(95, 109, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5f6dfd; background: linear-gradient(135deg, #5f6dfd, #BA5FFD);