#4185ff
a balanced, electric blue · cool · closest name: dodgerblue
RGB
65, 133, 255
HSL
219°, 100%, 63%
CMYK
75, 48, 0, 0
Luminance
0.2512
Every format
| HEX | #4185ff |
| RGB | rgb(65, 133, 255) |
| HSL | hsl(219, 100%, 63%) |
| CMYK | cmyk(75%, 48%, 0%, 0%) |
| LAB | lab(57.2 19.6 -66.9) |
| LCH | lch(57.2 69.7 286.4) |
| OKLCH | oklch(0.637 0.195 261.0) |
Copy-ready code
/* CSS */
color: #4185ff;
background-color: #4185ff;
/* Tailwind (arbitrary) */
class="text-[#4185ff] bg-[#4185ff]"
/* SCSS */
$brand: #4185ff;
/* SwiftUI */
Color(red: 0.255, green: 0.522, blue: 1.000)
/* Android */
Color.parseColor("#4185ff")Accessibility — WCAG contrast
Aa
#4185ff on white: 3.49:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#4185ff on black: 6.02:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.5%
Green52.2%
Blue100.0%
CMYK percentages
Cyan74.5%
Magenta47.8%
Yellow0.0%
Key (black)0.0%
Color previews
#4185ff text on a black background
contrast 6.02:1
Card sample
#4185ff text on a white background
contrast 3.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4185ff;
Background color
Panel with #4185ff background
background-color: #4185ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4185ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(65, 133, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(65, 133, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4185ff; background: linear-gradient(135deg, #4185ff, #7B41FF);