#749ef1
a light, electric blue · cool · closest name: dodgerblue
RGB
116, 158, 241
HSL
220°, 82%, 70%
CMYK
52, 34, 0, 6
Luminance
0.3452
Every format
| HEX | #749ef1 |
| RGB | rgb(116, 158, 241) |
| HSL | hsl(220, 82%, 70%) |
| CMYK | cmyk(52%, 34%, 0%, 6%) |
| LAB | lab(65.4 8.7 -46.0) |
| LCH | lch(65.4 46.8 280.7) |
| OKLCH | oklch(0.704 0.131 263.0) |
Copy-ready code
/* CSS */
color: #749ef1;
background-color: #749ef1;
/* Tailwind (arbitrary) */
class="text-[#749ef1] bg-[#749ef1]"
/* SCSS */
$brand: #749ef1;
/* SwiftUI */
Color(red: 0.455, green: 0.620, blue: 0.945)
/* Android */
Color.parseColor("#749ef1")Accessibility — WCAG contrast
Aa
#749ef1 on white: 2.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#749ef1 on black: 7.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.5%
Green62.0%
Blue94.5%
CMYK percentages
Cyan51.9%
Magenta34.4%
Yellow0.0%
Key (black)5.5%
Color previews
#749ef1 text on a black background
contrast 7.90:1
Card sample
#749ef1 text on a white background
contrast 2.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #749ef1;
Background color
Panel with #749ef1 background
background-color: #749ef1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #749ef1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(116, 158, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(116, 158, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #749ef1; background: linear-gradient(135deg, #749ef1, #9D74F1);