#418ce2
a balanced, vivid blue · cool · closest name: dodgerblue
RGB
65, 140, 226
HSL
212°, 74%, 57%
CMYK
71, 38, 0, 11
Luminance
0.2537
Every format
| HEX | #418ce2 |
| RGB | rgb(65, 140, 226) |
| HSL | hsl(212, 74%, 57%) |
| CMYK | cmyk(71%, 38%, 0%, 11%) |
| LAB | lab(57.4 5.0 -50.4) |
| LCH | lch(57.4 50.7 275.7) |
| OKLCH | oklch(0.634 0.150 253.8) |
Copy-ready code
/* CSS */
color: #418ce2;
background-color: #418ce2;
/* Tailwind (arbitrary) */
class="text-[#418ce2] bg-[#418ce2]"
/* SCSS */
$brand: #418ce2;
/* SwiftUI */
Color(red: 0.255, green: 0.549, blue: 0.886)
/* Android */
Color.parseColor("#418ce2")Accessibility — WCAG contrast
Aa
#418ce2 on white: 3.46:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#418ce2 on black: 6.07:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.5%
Green54.9%
Blue88.6%
CMYK percentages
Cyan71.2%
Magenta38.1%
Yellow0.0%
Key (black)11.4%
Color previews
#418ce2 text on a black background
contrast 6.07:1
Card sample
#418ce2 text on a white background
contrast 3.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #418ce2;
Background color
Panel with #418ce2 background
background-color: #418ce2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #418ce2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(65, 140, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(65, 140, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #418ce2; background: linear-gradient(135deg, #418ce2, #6141E2);