#7499cd
a balanced, vivid blue · cool · closest name: steelblue
RGB
116, 153, 205
HSL
215°, 47%, 63%
CMYK
43, 25, 0, 20
Luminance
0.3090
Every format
| HEX | #7499cd |
| RGB | rgb(116, 153, 205) |
| HSL | hsl(215, 47%, 63%) |
| CMYK | cmyk(43%, 25%, 0%, 20%) |
| LAB | lab(62.4 0.9 -30.7) |
| LCH | lch(62.4 30.7 271.7) |
| OKLCH | oklch(0.676 0.088 257.0) |
Copy-ready code
/* CSS */
color: #7499cd;
background-color: #7499cd;
/* Tailwind (arbitrary) */
class="text-[#7499cd] bg-[#7499cd]"
/* SCSS */
$brand: #7499cd;
/* SwiftUI */
Color(red: 0.455, green: 0.600, blue: 0.804)
/* Android */
Color.parseColor("#7499cd")Accessibility — WCAG contrast
Aa
#7499cd on white: 2.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7499cd on black: 7.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.5%
Green60.0%
Blue80.4%
CMYK percentages
Cyan43.4%
Magenta25.4%
Yellow0.0%
Key (black)19.6%
Color previews
#7499cd text on a black background
contrast 7.18:1
Card sample
#7499cd text on a white background
contrast 2.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7499cd;
Background color
Panel with #7499cd background
background-color: #7499cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7499cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(116, 153, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(116, 153, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7499cd; background: linear-gradient(135deg, #7499cd, #8A74CD);