#7587df
a light, vivid blue · warm · closest name: dodgerblue
RGB
117, 135, 223
HSL
230°, 62%, 67%
CMYK
48, 40, 0, 13
Luminance
0.2644
Every format
| HEX | #7587df |
| RGB | rgb(117, 135, 223) |
| HSL | hsl(230, 62%, 67%) |
| CMYK | cmyk(48%, 40%, 0%, 13%) |
| LAB | lab(58.5 16.9 -47.0) |
| LCH | lch(58.5 49.9 289.8) |
| OKLCH | oklch(0.648 0.133 273.4) |
Copy-ready code
/* CSS */
color: #7587df;
background-color: #7587df;
/* Tailwind (arbitrary) */
class="text-[#7587df] bg-[#7587df]"
/* SCSS */
$brand: #7587df;
/* SwiftUI */
Color(red: 0.459, green: 0.529, blue: 0.875)
/* Android */
Color.parseColor("#7587df")Accessibility — WCAG contrast
Aa
#7587df on white: 3.34:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#7587df on black: 6.29:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.9%
Green52.9%
Blue87.5%
CMYK percentages
Cyan47.5%
Magenta39.5%
Yellow0.0%
Key (black)12.5%
Color previews
#7587df text on a black background
contrast 6.29:1
Card sample
#7587df text on a white background
contrast 3.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7587df;
Background color
Panel with #7587df background
background-color: #7587df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7587df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(117, 135, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(117, 135, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7587df; background: linear-gradient(135deg, #7587df, #AA75DF);