#7384df
a light, vivid blue · warm · closest name: dodgerblue
RGB
115, 132, 223
HSL
231°, 63%, 66%
CMYK
48, 41, 0, 13
Luminance
0.2548
Every format
| HEX | #7384df |
| RGB | rgb(115, 132, 223) |
| HSL | hsl(231, 63%, 66%) |
| CMYK | cmyk(48%, 41%, 0%, 13%) |
| LAB | lab(57.5 18.2 -48.4) |
| LCH | lch(57.5 51.8 290.6) |
| OKLCH | oklch(0.641 0.137 273.9) |
Copy-ready code
/* CSS */
color: #7384df;
background-color: #7384df;
/* Tailwind (arbitrary) */
class="text-[#7384df] bg-[#7384df]"
/* SCSS */
$brand: #7384df;
/* SwiftUI */
Color(red: 0.451, green: 0.518, blue: 0.875)
/* Android */
Color.parseColor("#7384df")Accessibility — WCAG contrast
Aa
#7384df on white: 3.45:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#7384df on black: 6.10:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.1%
Green51.8%
Blue87.5%
CMYK percentages
Cyan48.4%
Magenta40.8%
Yellow0.0%
Key (black)12.5%
Color previews
#7384df text on a black background
contrast 6.10:1
Card sample
#7384df text on a white background
contrast 3.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7384df;
Background color
Panel with #7384df background
background-color: #7384df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7384df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(115, 132, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(115, 132, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7384df; background: linear-gradient(135deg, #7384df, #AA73DF);