#4086cb
a balanced, vivid blue · cool · closest name: steelblue
RGB
64, 134, 203
HSL
210°, 57%, 52%
CMYK
69, 34, 0, 20
Luminance
0.2245
Every format
| HEX | #4086cb |
| RGB | rgb(64, 134, 203) |
| HSL | hsl(210, 57%, 52%) |
| CMYK | cmyk(69%, 34%, 0%, 20%) |
| LAB | lab(54.5 0.4 -42.1) |
| LCH | lch(54.5 42.1 270.5) |
| OKLCH | oklch(0.607 0.127 250.4) |
Copy-ready code
/* CSS */
color: #4086cb;
background-color: #4086cb;
/* Tailwind (arbitrary) */
class="text-[#4086cb] bg-[#4086cb]"
/* SCSS */
$brand: #4086cb;
/* SwiftUI */
Color(red: 0.251, green: 0.525, blue: 0.796)
/* Android */
Color.parseColor("#4086cb")Accessibility — WCAG contrast
Aa
#4086cb on white: 3.82:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#4086cb on black: 5.49:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.1%
Green52.5%
Blue79.6%
CMYK percentages
Cyan68.5%
Magenta34.0%
Yellow0.0%
Key (black)20.4%
Color previews
#4086cb text on a black background
contrast 5.49:1
Card sample
#4086cb text on a white background
contrast 3.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4086cb;
Background color
Panel with #4086cb background
background-color: #4086cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4086cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(64, 134, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(64, 134, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4086cb; background: linear-gradient(135deg, #4086cb, #5740CB);