#5f68ff
a light, electric blue · warm · closest name: royalblue
RGB
95, 104, 255
HSL
237°, 100%, 69%
CMYK
63, 59, 0, 0
Luminance
0.1955
Every format
| HEX | #5f68ff |
| RGB | rgb(95, 104, 255) |
| HSL | hsl(237, 100%, 69%) |
| CMYK | cmyk(63%, 59%, 0%, 0%) |
| LAB | lab(51.3 41.4 -76.3) |
| LCH | lch(51.3 86.8 298.5) |
| OKLCH | oklch(0.597 0.221 274.9) |
Copy-ready code
/* CSS */
color: #5f68ff;
background-color: #5f68ff;
/* Tailwind (arbitrary) */
class="text-[#5f68ff] bg-[#5f68ff]"
/* SCSS */
$brand: #5f68ff;
/* SwiftUI */
Color(red: 0.373, green: 0.408, blue: 1.000)
/* Android */
Color.parseColor("#5f68ff")Accessibility — WCAG contrast
Aa
#5f68ff on white: 4.28:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#5f68ff on black: 4.91:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.3%
Green40.8%
Blue100.0%
CMYK percentages
Cyan62.7%
Magenta59.2%
Yellow0.0%
Key (black)0.0%
Color previews
#5f68ff text on a black background
contrast 4.91:1
Card sample
#5f68ff text on a white background
contrast 4.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5f68ff;
Background color
Panel with #5f68ff background
background-color: #5f68ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5f68ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(95, 104, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(95, 104, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5f68ff; background: linear-gradient(135deg, #5f68ff, #C15FFF);