#4094df
a balanced, vivid blue · cool · closest name: steelblue
RGB
64, 148, 223
HSL
208°, 71%, 56%
CMYK
71, 34, 0, 13
Luminance
0.2760
Every format
| HEX | #4094df |
| RGB | rgb(64, 148, 223) |
| HSL | hsl(208, 71%, 56%) |
| CMYK | cmyk(71%, 34%, 0%, 13%) |
| LAB | lab(59.5 -0.9 -45.4) |
| LCH | lch(59.5 45.5 268.9) |
| OKLCH | oklch(0.650 0.139 248.6) |
Copy-ready code
/* CSS */
color: #4094df;
background-color: #4094df;
/* Tailwind (arbitrary) */
class="text-[#4094df] bg-[#4094df]"
/* SCSS */
$brand: #4094df;
/* SwiftUI */
Color(red: 0.251, green: 0.580, blue: 0.875)
/* Android */
Color.parseColor("#4094df")Accessibility — WCAG contrast
Aa
#4094df on white: 3.22:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#4094df on black: 6.52:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.1%
Green58.0%
Blue87.5%
CMYK percentages
Cyan71.3%
Magenta33.6%
Yellow0.0%
Key (black)12.5%
Color previews
#4094df text on a black background
contrast 6.52:1
Card sample
#4094df text on a white background
contrast 3.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4094df;
Background color
Panel with #4094df background
background-color: #4094df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4094df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(64, 148, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(64, 148, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4094df; background: linear-gradient(135deg, #4094df, #5640DF);