#7594ff
a light, electric blue · warm · closest name: dodgerblue
RGB
117, 148, 255
HSL
227°, 100%, 73%
CMYK
54, 42, 0, 0
Luminance
0.3218
Every format
| HEX | #7594ff |
| RGB | rgb(117, 148, 255) |
| HSL | hsl(227, 100%, 73%) |
| CMYK | cmyk(54%, 42%, 0%, 0%) |
| LAB | lab(63.5 19.0 -56.6) |
| LCH | lch(63.5 59.8 288.6) |
| OKLCH | oklch(0.692 0.161 269.7) |
Copy-ready code
/* CSS */
color: #7594ff;
background-color: #7594ff;
/* Tailwind (arbitrary) */
class="text-[#7594ff] bg-[#7594ff]"
/* SCSS */
$brand: #7594ff;
/* SwiftUI */
Color(red: 0.459, green: 0.580, blue: 1.000)
/* Android */
Color.parseColor("#7594ff")Accessibility — WCAG contrast
Aa
#7594ff on white: 2.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7594ff on black: 7.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.9%
Green58.0%
Blue100.0%
CMYK percentages
Cyan54.1%
Magenta42.0%
Yellow0.0%
Key (black)0.0%
Color previews
#7594ff text on a black background
contrast 7.44:1
Card sample
#7594ff text on a white background
contrast 2.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7594ff;
Background color
Panel with #7594ff background
background-color: #7594ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7594ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(117, 148, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(117, 148, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7594ff; background: linear-gradient(135deg, #7594ff, #B275FF);