#7475df
a light, vivid blue · warm · closest name: royalblue
RGB
116, 117, 223
HSL
239°, 63%, 67%
CMYK
48, 48, 0, 13
Luminance
0.2176
Every format
| HEX | #7475df |
| RGB | rgb(116, 117, 223) |
| HSL | hsl(239, 63%, 67%) |
| CMYK | cmyk(48%, 48%, 0%, 13%) |
| LAB | lab(53.8 27.4 -54.4) |
| LCH | lch(53.8 60.9 296.8) |
| OKLCH | oklch(0.612 0.157 280.3) |
Copy-ready code
/* CSS */
color: #7475df;
background-color: #7475df;
/* Tailwind (arbitrary) */
class="text-[#7475df] bg-[#7475df]"
/* SCSS */
$brand: #7475df;
/* SwiftUI */
Color(red: 0.455, green: 0.459, blue: 0.875)
/* Android */
Color.parseColor("#7475df")Accessibility — WCAG contrast
Aa
#7475df on white: 3.92:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#7475df on black: 5.35:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.5%
Green45.9%
Blue87.5%
CMYK percentages
Cyan48.0%
Magenta47.5%
Yellow0.0%
Key (black)12.5%
Color previews
#7475df text on a black background
contrast 5.35:1
Card sample
#7475df text on a white background
contrast 3.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7475df;
Background color
Panel with #7475df background
background-color: #7475df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7475df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(116, 117, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(116, 117, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7475df; background: linear-gradient(135deg, #7475df, #BA74DF);