#747dfb
a light, electric blue · warm · closest name: royalblue
RGB
116, 125, 251
HSL
236°, 94%, 72%
CMYK
54, 50, 0, 2
Luminance
0.2535
Every format
| HEX | #747dfb |
| RGB | rgb(116, 125, 251) |
| HSL | hsl(236, 94%, 72%) |
| CMYK | cmyk(54%, 50%, 0%, 2%) |
| LAB | lab(57.4 31.2 -64.2) |
| LCH | lch(57.4 71.4 295.9) |
| OKLCH | oklch(0.645 0.185 276.8) |
Copy-ready code
/* CSS */
color: #747dfb;
background-color: #747dfb;
/* Tailwind (arbitrary) */
class="text-[#747dfb] bg-[#747dfb]"
/* SCSS */
$brand: #747dfb;
/* SwiftUI */
Color(red: 0.455, green: 0.490, blue: 0.984)
/* Android */
Color.parseColor("#747dfb")Accessibility — WCAG contrast
Aa
#747dfb on white: 3.46:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#747dfb on black: 6.07:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.5%
Green49.0%
Blue98.4%
CMYK percentages
Cyan53.8%
Magenta50.2%
Yellow0.0%
Key (black)1.6%
Color previews
#747dfb text on a black background
contrast 6.07:1
Card sample
#747dfb text on a white background
contrast 3.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #747dfb;
Background color
Panel with #747dfb background
background-color: #747dfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #747dfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(116, 125, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(116, 125, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #747dfb; background: linear-gradient(135deg, #747dfb, #C574FB);