#747df3
a light, electric blue · warm · closest name: royalblue
RGB
116, 125, 243
HSL
236°, 84%, 70%
CMYK
52, 49, 0, 5
Luminance
0.2485
Every format
| HEX | #747df3 |
| RGB | rgb(116, 125, 243) |
| HSL | hsl(236, 84%, 70%) |
| CMYK | cmyk(52%, 49%, 0%, 5%) |
| LAB | lab(56.9 28.8 -60.5) |
| LCH | lch(56.9 67.0 295.4) |
| OKLCH | oklch(0.640 0.174 277.0) |
Copy-ready code
/* CSS */
color: #747df3;
background-color: #747df3;
/* Tailwind (arbitrary) */
class="text-[#747df3] bg-[#747df3]"
/* SCSS */
$brand: #747df3;
/* SwiftUI */
Color(red: 0.455, green: 0.490, blue: 0.953)
/* Android */
Color.parseColor("#747df3")Accessibility — WCAG contrast
Aa
#747df3 on white: 3.52:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#747df3 on black: 5.97:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.5%
Green49.0%
Blue95.3%
CMYK percentages
Cyan52.3%
Magenta48.6%
Yellow0.0%
Key (black)4.7%
Color previews
#747df3 text on a black background
contrast 5.97:1
Card sample
#747df3 text on a white background
contrast 3.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #747df3;
Background color
Panel with #747df3 background
background-color: #747df3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #747df3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(116, 125, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(116, 125, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #747df3; background: linear-gradient(135deg, #747df3, #C074F3);