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