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