#7478df
a light, vivid blue · warm · closest name: royalblue
RGB
116, 120, 223
HSL
238°, 63%, 67%
CMYK
48, 46, 0, 13
Luminance
0.2247
Every format
| HEX | #7478df |
| RGB | rgb(116, 120, 223) |
| HSL | hsl(238, 63%, 67%) |
| CMYK | cmyk(48%, 46%, 0%, 13%) |
| LAB | lab(54.5 25.6 -53.2) |
| LCH | lch(54.5 59.1 295.7) |
| OKLCH | oklch(0.618 0.153 279.2) |
Copy-ready code
/* CSS */
color: #7478df;
background-color: #7478df;
/* Tailwind (arbitrary) */
class="text-[#7478df] bg-[#7478df]"
/* SCSS */
$brand: #7478df;
/* SwiftUI */
Color(red: 0.455, green: 0.471, blue: 0.875)
/* Android */
Color.parseColor("#7478df")Accessibility — WCAG contrast
Aa
#7478df on white: 3.82:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#7478df on black: 5.49:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.5%
Green47.1%
Blue87.5%
CMYK percentages
Cyan48.0%
Magenta46.2%
Yellow0.0%
Key (black)12.5%
Color previews
#7478df text on a black background
contrast 5.49:1
Card sample
#7478df text on a white background
contrast 3.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7478df;
Background color
Panel with #7478df background
background-color: #7478df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7478df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(116, 120, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(116, 120, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7478df; background: linear-gradient(135deg, #7478df, #B774DF);