#749af1
a light, electric blue · cool · closest name: dodgerblue
RGB
116, 154, 241
HSL
222°, 82%, 70%
CMYK
52, 36, 0, 6
Luminance
0.3318
Every format
| HEX | #749af1 |
| RGB | rgb(116, 154, 241) |
| HSL | hsl(222, 82%, 70%) |
| CMYK | cmyk(52%, 36%, 0%, 6%) |
| LAB | lab(64.3 11.0 -47.7) |
| LCH | lch(64.3 48.9 283.0) |
| OKLCH | oklch(0.696 0.135 265.2) |
Copy-ready code
/* CSS */
color: #749af1;
background-color: #749af1;
/* Tailwind (arbitrary) */
class="text-[#749af1] bg-[#749af1]"
/* SCSS */
$brand: #749af1;
/* SwiftUI */
Color(red: 0.455, green: 0.604, blue: 0.945)
/* Android */
Color.parseColor("#749af1")Accessibility — WCAG contrast
Aa
#749af1 on white: 2.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#749af1 on black: 7.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.5%
Green60.4%
Blue94.5%
CMYK percentages
Cyan51.9%
Magenta36.1%
Yellow0.0%
Key (black)5.5%
Color previews
#749af1 text on a black background
contrast 7.64:1
Card sample
#749af1 text on a white background
contrast 2.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #749af1;
Background color
Panel with #749af1 background
background-color: #749af1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #749af1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(116, 154, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(116, 154, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #749af1; background: linear-gradient(135deg, #749af1, #A174F1);