#7396eb
a light, electric blue · cool · closest name: dodgerblue
RGB
115, 150, 235
HSL
223°, 75%, 69%
CMYK
51, 36, 0, 8
Luminance
0.3146
Every format
| HEX | #7396eb |
| RGB | rgb(115, 150, 235) |
| HSL | hsl(223, 75%, 69%) |
| CMYK | cmyk(51%, 36%, 0%, 8%) |
| LAB | lab(62.9 11.3 -46.6) |
| LCH | lch(62.9 48.0 283.6) |
| OKLCH | oklch(0.684 0.132 266.1) |
Copy-ready code
/* CSS */
color: #7396eb;
background-color: #7396eb;
/* Tailwind (arbitrary) */
class="text-[#7396eb] bg-[#7396eb]"
/* SCSS */
$brand: #7396eb;
/* SwiftUI */
Color(red: 0.451, green: 0.588, blue: 0.922)
/* Android */
Color.parseColor("#7396eb")Accessibility — WCAG contrast
Aa
#7396eb on white: 2.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7396eb on black: 7.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.1%
Green58.8%
Blue92.2%
CMYK percentages
Cyan51.1%
Magenta36.2%
Yellow0.0%
Key (black)7.8%
Color previews
#7396eb text on a black background
contrast 7.29:1
Card sample
#7396eb text on a white background
contrast 2.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7396eb;
Background color
Panel with #7396eb background
background-color: #7396eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7396eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(115, 150, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(115, 150, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7396eb; background: linear-gradient(135deg, #7396eb, #A073EB);