#4190cf
a balanced, vivid blue · cool · closest name: steelblue
RGB
65, 144, 207
HSL
207°, 60%, 53%
CMYK
69, 30, 0, 19
Luminance
0.2558
Every format
| HEX | #4190cf |
| RGB | rgb(65, 144, 207) |
| HSL | hsl(207, 60%, 53%) |
| CMYK | cmyk(69%, 30%, 0%, 19%) |
| LAB | lab(57.6 -3.9 -39.5) |
| LCH | lch(57.6 39.7 264.3) |
| OKLCH | oklch(0.632 0.122 245.6) |
Copy-ready code
/* CSS */
color: #4190cf;
background-color: #4190cf;
/* Tailwind (arbitrary) */
class="text-[#4190cf] bg-[#4190cf]"
/* SCSS */
$brand: #4190cf;
/* SwiftUI */
Color(red: 0.255, green: 0.565, blue: 0.812)
/* Android */
Color.parseColor("#4190cf")Accessibility — WCAG contrast
Aa
#4190cf on white: 3.43:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#4190cf on black: 6.12:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.5%
Green56.5%
Blue81.2%
CMYK percentages
Cyan68.6%
Magenta30.4%
Yellow0.0%
Key (black)18.8%
Color previews
#4190cf text on a black background
contrast 6.12:1
Card sample
#4190cf text on a white background
contrast 3.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4190cf;
Background color
Panel with #4190cf background
background-color: #4190cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4190cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(65, 144, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(65, 144, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4190cf; background: linear-gradient(135deg, #4190cf, #5041CF);