#4196df
a balanced, vivid blue · cool · closest name: steelblue
RGB
65, 150, 223
HSL
208°, 71%, 57%
CMYK
71, 33, 0, 13
Luminance
0.2826
Every format
| HEX | #4196df |
| RGB | rgb(65, 150, 223) |
| HSL | hsl(208, 71%, 57%) |
| CMYK | cmyk(71%, 33%, 0%, 13%) |
| LAB | lab(60.1 -1.9 -44.5) |
| LCH | lch(60.1 44.5 267.6) |
| OKLCH | oklch(0.654 0.136 247.7) |
Copy-ready code
/* CSS */
color: #4196df;
background-color: #4196df;
/* Tailwind (arbitrary) */
class="text-[#4196df] bg-[#4196df]"
/* SCSS */
$brand: #4196df;
/* SwiftUI */
Color(red: 0.255, green: 0.588, blue: 0.875)
/* Android */
Color.parseColor("#4196df")Accessibility — WCAG contrast
Aa
#4196df on white: 3.16:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#4196df on black: 6.65:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.5%
Green58.8%
Blue87.5%
CMYK percentages
Cyan70.9%
Magenta32.7%
Yellow0.0%
Key (black)12.5%
Color previews
#4196df text on a black background
contrast 6.65:1
Card sample
#4196df text on a white background
contrast 3.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4196df;
Background color
Panel with #4196df background
background-color: #4196df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4196df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(65, 150, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(65, 150, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4196df; background: linear-gradient(135deg, #4196df, #5541DF);