#419fcf
a balanced, vivid blue · cool · closest name: steelblue
RGB
65, 159, 207
HSL
200°, 60%, 53%
CMYK
69, 23, 0, 19
Luminance
0.3043
Every format
| HEX | #419fcf |
| RGB | rgb(65, 159, 207) |
| HSL | hsl(200, 60%, 53%) |
| CMYK | cmyk(69%, 23%, 0%, 19%) |
| LAB | lab(62.0 -12.4 -32.6) |
| LCH | lch(62.0 34.9 249.2) |
| OKLCH | oklch(0.667 0.113 234.4) |
Copy-ready code
/* CSS */
color: #419fcf;
background-color: #419fcf;
/* Tailwind (arbitrary) */
class="text-[#419fcf] bg-[#419fcf]"
/* SCSS */
$brand: #419fcf;
/* SwiftUI */
Color(red: 0.255, green: 0.624, blue: 0.812)
/* Android */
Color.parseColor("#419fcf")Accessibility — WCAG contrast
Aa
#419fcf on white: 2.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#419fcf on black: 7.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.5%
Green62.4%
Blue81.2%
CMYK percentages
Cyan68.6%
Magenta23.2%
Yellow0.0%
Key (black)18.8%
Color previews
#419fcf text on a black background
contrast 7.09:1
Card sample
#419fcf text on a white background
contrast 2.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #419fcf;
Background color
Panel with #419fcf background
background-color: #419fcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #419fcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(65, 159, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(65, 159, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #419fcf; background: linear-gradient(135deg, #419fcf, #4241CF);