#4094eb
a balanced, electric blue · cool · closest name: dodgerblue
RGB
64, 148, 235
HSL
211°, 81%, 59%
CMYK
73, 37, 0, 8
Luminance
0.2827
Every format
| HEX | #4094eb |
| RGB | rgb(64, 148, 235) |
| HSL | hsl(211, 81%, 59%) |
| CMYK | cmyk(73%, 37%, 0%, 8%) |
| LAB | lab(60.1 3.3 -51.1) |
| LCH | lch(60.1 51.2 273.7) |
| OKLCH | oklch(0.656 0.153 252.0) |
Copy-ready code
/* CSS */
color: #4094eb;
background-color: #4094eb;
/* Tailwind (arbitrary) */
class="text-[#4094eb] bg-[#4094eb]"
/* SCSS */
$brand: #4094eb;
/* SwiftUI */
Color(red: 0.251, green: 0.580, blue: 0.922)
/* Android */
Color.parseColor("#4094eb")Accessibility — WCAG contrast
Aa
#4094eb on white: 3.16:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#4094eb on black: 6.65:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.1%
Green58.0%
Blue92.2%
CMYK percentages
Cyan72.8%
Magenta37.0%
Yellow0.0%
Key (black)7.8%
Color previews
#4094eb text on a black background
contrast 6.65:1
Card sample
#4094eb text on a white background
contrast 3.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4094eb;
Background color
Panel with #4094eb background
background-color: #4094eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4094eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(64, 148, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(64, 148, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4094eb; background: linear-gradient(135deg, #4094eb, #5E40EB);