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