#7583df
a light, vivid blue · warm · closest name: dodgerblue
RGB
117, 131, 223
HSL
232°, 62%, 67%
CMYK
48, 41, 0, 13
Luminance
0.2534
Every format
| HEX | #7583df |
| RGB | rgb(117, 131, 223) |
| HSL | hsl(232, 62%, 67%) |
| CMYK | cmyk(48%, 41%, 0%, 13%) |
| LAB | lab(57.4 19.3 -48.6) |
| LCH | lch(57.4 52.3 291.7) |
| OKLCH | oklch(0.640 0.138 275.3) |
Copy-ready code
/* CSS */
color: #7583df;
background-color: #7583df;
/* Tailwind (arbitrary) */
class="text-[#7583df] bg-[#7583df]"
/* SCSS */
$brand: #7583df;
/* SwiftUI */
Color(red: 0.459, green: 0.514, blue: 0.875)
/* Android */
Color.parseColor("#7583df")Accessibility — WCAG contrast
Aa
#7583df on white: 3.46:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#7583df on black: 6.07:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.9%
Green51.4%
Blue87.5%
CMYK percentages
Cyan47.5%
Magenta41.3%
Yellow0.0%
Key (black)12.5%
Color previews
#7583df text on a black background
contrast 6.07:1
Card sample
#7583df text on a white background
contrast 3.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7583df;
Background color
Panel with #7583df background
background-color: #7583df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7583df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(117, 131, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(117, 131, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7583df; background: linear-gradient(135deg, #7583df, #AE75DF);