#749fdf
a light, vivid blue · cool · closest name: steelblue
RGB
116, 159, 223
HSL
216°, 63%, 67%
CMYK
48, 29, 0, 13
Luminance
0.3384
Every format
| HEX | #749fdf |
| RGB | rgb(116, 159, 223) |
| HSL | hsl(216, 63%, 67%) |
| CMYK | cmyk(48%, 29%, 0%, 13%) |
| LAB | lab(64.8 2.7 -37.0) |
| LCH | lch(64.8 37.0 274.2) |
| OKLCH | oklch(0.697 0.106 258.1) |
Copy-ready code
/* CSS */
color: #749fdf;
background-color: #749fdf;
/* Tailwind (arbitrary) */
class="text-[#749fdf] bg-[#749fdf]"
/* SCSS */
$brand: #749fdf;
/* SwiftUI */
Color(red: 0.455, green: 0.624, blue: 0.875)
/* Android */
Color.parseColor("#749fdf")Accessibility — WCAG contrast
Aa
#749fdf on white: 2.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#749fdf on black: 7.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.5%
Green62.4%
Blue87.5%
CMYK percentages
Cyan48.0%
Magenta28.7%
Yellow0.0%
Key (black)12.5%
Color previews
#749fdf text on a black background
contrast 7.77:1
Card sample
#749fdf text on a white background
contrast 2.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #749fdf;
Background color
Panel with #749fdf background
background-color: #749fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #749fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(116, 159, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(116, 159, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #749fdf; background: linear-gradient(135deg, #749fdf, #9074DF);