#7585ff
a light, electric blue · warm · closest name: royalblue
RGB
117, 133, 255
HSL
233°, 100%, 73%
CMYK
54, 48, 0, 0
Luminance
0.2778
Every format
| HEX | #7585ff |
| RGB | rgb(117, 133, 255) |
| HSL | hsl(233, 100%, 73%) |
| CMYK | cmyk(54%, 48%, 0%, 0%) |
| LAB | lab(59.7 27.9 -62.7) |
| LCH | lch(59.7 68.7 294.0) |
| OKLCH | oklch(0.663 0.180 274.8) |
Copy-ready code
/* CSS */
color: #7585ff;
background-color: #7585ff;
/* Tailwind (arbitrary) */
class="text-[#7585ff] bg-[#7585ff]"
/* SCSS */
$brand: #7585ff;
/* SwiftUI */
Color(red: 0.459, green: 0.522, blue: 1.000)
/* Android */
Color.parseColor("#7585ff")Accessibility — WCAG contrast
Aa
#7585ff on white: 3.20:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#7585ff on black: 6.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.9%
Green52.2%
Blue100.0%
CMYK percentages
Cyan54.1%
Magenta47.8%
Yellow0.0%
Key (black)0.0%
Color previews
#7585ff text on a black background
contrast 6.56:1
Card sample
#7585ff text on a white background
contrast 3.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7585ff;
Background color
Panel with #7585ff background
background-color: #7585ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7585ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(117, 133, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(117, 133, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7585ff; background: linear-gradient(135deg, #7585ff, #C175FF);