#7397fd
a light, electric blue · cool · closest name: dodgerblue
RGB
115, 151, 253
HSL
224°, 97%, 72%
CMYK
55, 40, 0, 1
Luminance
0.3287
Every format
| HEX | #7397fd |
| RGB | rgb(115, 151, 253) |
| HSL | hsl(224, 97%, 72%) |
| CMYK | cmyk(55%, 40%, 0%, 1%) |
| LAB | lab(64.0 16.2 -54.7) |
| LCH | lch(64.0 57.0 286.5) |
| OKLCH | oklch(0.696 0.155 267.6) |
Copy-ready code
/* CSS */
color: #7397fd;
background-color: #7397fd;
/* Tailwind (arbitrary) */
class="text-[#7397fd] bg-[#7397fd]"
/* SCSS */
$brand: #7397fd;
/* SwiftUI */
Color(red: 0.451, green: 0.592, blue: 0.992)
/* Android */
Color.parseColor("#7397fd")Accessibility — WCAG contrast
Aa
#7397fd on white: 2.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7397fd on black: 7.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.1%
Green59.2%
Blue99.2%
CMYK percentages
Cyan54.5%
Magenta40.3%
Yellow0.0%
Key (black)0.8%
Color previews
#7397fd text on a black background
contrast 7.57:1
Card sample
#7397fd text on a white background
contrast 2.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7397fd;
Background color
Panel with #7397fd background
background-color: #7397fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7397fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(115, 151, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(115, 151, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7397fd; background: linear-gradient(135deg, #7397fd, #AB73FD);