#7586fc
a light, electric blue · warm · closest name: royalblue
RGB
117, 134, 252
HSL
232°, 96%, 72%
CMYK
54, 47, 0, 1
Luminance
0.2786
Every format
| HEX | #7586fc |
| RGB | rgb(117, 134, 252) |
| HSL | hsl(232, 96%, 72%) |
| CMYK | cmyk(54%, 47%, 0%, 1%) |
| LAB | lab(59.8 26.4 -61.0) |
| LCH | lch(59.8 66.4 293.4) |
| OKLCH | oklch(0.663 0.174 274.5) |
Copy-ready code
/* CSS */
color: #7586fc;
background-color: #7586fc;
/* Tailwind (arbitrary) */
class="text-[#7586fc] bg-[#7586fc]"
/* SCSS */
$brand: #7586fc;
/* SwiftUI */
Color(red: 0.459, green: 0.525, blue: 0.988)
/* Android */
Color.parseColor("#7586fc")Accessibility — WCAG contrast
Aa
#7586fc on white: 3.20:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#7586fc on black: 6.57:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.9%
Green52.5%
Blue98.8%
CMYK percentages
Cyan53.6%
Magenta46.8%
Yellow0.0%
Key (black)1.2%
Color previews
#7586fc text on a black background
contrast 6.57:1
Card sample
#7586fc text on a white background
contrast 3.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7586fc;
Background color
Panel with #7586fc background
background-color: #7586fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7586fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(117, 134, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(117, 134, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7586fc; background: linear-gradient(135deg, #7586fc, #BE75FC);