#747dfd
a light, electric blue · warm · closest name: royalblue
RGB
116, 125, 253
HSL
236°, 97%, 72%
CMYK
54, 51, 0, 1
Luminance
0.2547
Every format
| HEX | #747dfd |
| RGB | rgb(116, 125, 253) |
| HSL | hsl(236, 97%, 72%) |
| CMYK | cmyk(54%, 51%, 0%, 1%) |
| LAB | lab(57.5 31.8 -65.1) |
| LCH | lch(57.5 72.5 296.1) |
| OKLCH | oklch(0.646 0.187 276.8) |
Copy-ready code
/* CSS */
color: #747dfd;
background-color: #747dfd;
/* Tailwind (arbitrary) */
class="text-[#747dfd] bg-[#747dfd]"
/* SCSS */
$brand: #747dfd;
/* SwiftUI */
Color(red: 0.455, green: 0.490, blue: 0.992)
/* Android */
Color.parseColor("#747dfd")Accessibility — WCAG contrast
Aa
#747dfd on white: 3.45:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#747dfd on black: 6.09:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.5%
Green49.0%
Blue99.2%
CMYK percentages
Cyan54.2%
Magenta50.6%
Yellow0.0%
Key (black)0.8%
Color previews
#747dfd text on a black background
contrast 6.09:1
Card sample
#747dfd text on a white background
contrast 3.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #747dfd;
Background color
Panel with #747dfd background
background-color: #747dfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #747dfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(116, 125, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(116, 125, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #747dfd; background: linear-gradient(135deg, #747dfd, #C774FD);