#7380df
a light, vivid blue · warm · closest name: dodgerblue
RGB
115, 128, 223
HSL
233°, 63%, 66%
CMYK
48, 43, 0, 13
Luminance
0.2441
Every format
| HEX | #7380df |
| RGB | rgb(115, 128, 223) |
| HSL | hsl(233, 63%, 66%) |
| CMYK | cmyk(48%, 43%, 0%, 13%) |
| LAB | lab(56.5 20.6 -50.1) |
| LCH | lch(56.5 54.2 292.4) |
| OKLCH | oklch(0.633 0.143 275.7) |
Copy-ready code
/* CSS */
color: #7380df;
background-color: #7380df;
/* Tailwind (arbitrary) */
class="text-[#7380df] bg-[#7380df]"
/* SCSS */
$brand: #7380df;
/* SwiftUI */
Color(red: 0.451, green: 0.502, blue: 0.875)
/* Android */
Color.parseColor("#7380df")Accessibility — WCAG contrast
Aa
#7380df on white: 3.57:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#7380df on black: 5.88:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.1%
Green50.2%
Blue87.5%
CMYK percentages
Cyan48.4%
Magenta42.6%
Yellow0.0%
Key (black)12.5%
Color previews
#7380df text on a black background
contrast 5.88:1
Card sample
#7380df text on a white background
contrast 3.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7380df;
Background color
Panel with #7380df background
background-color: #7380df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7380df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(115, 128, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(115, 128, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7380df; background: linear-gradient(135deg, #7380df, #AE73DF);