#7482df
a light, vivid blue · warm · closest name: dodgerblue
RGB
116, 130, 223
HSL
232°, 63%, 67%
CMYK
48, 42, 0, 13
Luminance
0.2501
Every format
| HEX | #7482df |
| RGB | rgb(116, 130, 223) |
| HSL | hsl(232, 63%, 67%) |
| CMYK | cmyk(48%, 42%, 0%, 13%) |
| LAB | lab(57.1 19.7 -49.1) |
| LCH | lch(57.1 52.9 291.8) |
| OKLCH | oklch(0.637 0.140 275.3) |
Copy-ready code
/* CSS */
color: #7482df;
background-color: #7482df;
/* Tailwind (arbitrary) */
class="text-[#7482df] bg-[#7482df]"
/* SCSS */
$brand: #7482df;
/* SwiftUI */
Color(red: 0.455, green: 0.510, blue: 0.875)
/* Android */
Color.parseColor("#7482df")Accessibility — WCAG contrast
Aa
#7482df on white: 3.50:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#7482df on black: 6.00:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.5%
Green51.0%
Blue87.5%
CMYK percentages
Cyan48.0%
Magenta41.7%
Yellow0.0%
Key (black)12.5%
Color previews
#7482df text on a black background
contrast 6.00:1
Card sample
#7482df text on a white background
contrast 3.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7482df;
Background color
Panel with #7482df background
background-color: #7482df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7482df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(116, 130, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(116, 130, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7482df; background: linear-gradient(135deg, #7482df, #AD74DF);