#7592fd
a light, electric blue · warm · closest name: dodgerblue
RGB
117, 146, 253
HSL
227°, 97%, 73%
CMYK
54, 42, 0, 1
Luminance
0.3143
Every format
| HEX | #7592fd |
| RGB | rgb(117, 146, 253) |
| HSL | hsl(227, 97%, 73%) |
| CMYK | cmyk(54%, 42%, 0%, 1%) |
| LAB | lab(62.9 19.6 -56.5) |
| LCH | lch(62.9 59.8 289.1) |
| OKLCH | oklch(0.687 0.161 270.3) |
Copy-ready code
/* CSS */
color: #7592fd;
background-color: #7592fd;
/* Tailwind (arbitrary) */
class="text-[#7592fd] bg-[#7592fd]"
/* SCSS */
$brand: #7592fd;
/* SwiftUI */
Color(red: 0.459, green: 0.573, blue: 0.992)
/* Android */
Color.parseColor("#7592fd")Accessibility — WCAG contrast
Aa
#7592fd on white: 2.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7592fd on black: 7.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.9%
Green57.3%
Blue99.2%
CMYK percentages
Cyan53.8%
Magenta42.3%
Yellow0.0%
Key (black)0.8%
Color previews
#7592fd text on a black background
contrast 7.29:1
Card sample
#7592fd text on a white background
contrast 2.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7592fd;
Background color
Panel with #7592fd background
background-color: #7592fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7592fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(117, 146, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(117, 146, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7592fd; background: linear-gradient(135deg, #7592fd, #B375FD);