#418ace
a balanced, vivid blue · cool · closest name: steelblue
RGB
65, 138, 206
HSL
209°, 59%, 53%
CMYK
68, 33, 0, 19
Luminance
0.2376
Every format
| HEX | #418ace |
| RGB | rgb(65, 138, 206) |
| HSL | hsl(209, 59%, 53%) |
| CMYK | cmyk(68%, 33%, 0%, 19%) |
| LAB | lab(55.8 -0.8 -41.7) |
| LCH | lch(55.8 41.7 268.9) |
| OKLCH | oklch(0.618 0.127 249.2) |
Copy-ready code
/* CSS */
color: #418ace;
background-color: #418ace;
/* Tailwind (arbitrary) */
class="text-[#418ace] bg-[#418ace]"
/* SCSS */
$brand: #418ace;
/* SwiftUI */
Color(red: 0.255, green: 0.541, blue: 0.808)
/* Android */
Color.parseColor("#418ace")Accessibility — WCAG contrast
Aa
#418ace on white: 3.65:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#418ace on black: 5.75:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.5%
Green54.1%
Blue80.8%
CMYK percentages
Cyan68.4%
Magenta33.0%
Yellow0.0%
Key (black)19.2%
Color previews
#418ace text on a black background
contrast 5.75:1
Card sample
#418ace text on a white background
contrast 3.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #418ace;
Background color
Panel with #418ace background
background-color: #418ace;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #418ace;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(65, 138, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(65, 138, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #418ace; background: linear-gradient(135deg, #418ace, #5641CE);