#4a8ade
a balanced, vivid blue · cool · closest name: dodgerblue
RGB
74, 138, 222
HSL
214°, 69%, 58%
CMYK
67, 38, 0, 13
Luminance
0.2491
Every format
| HEX | #4a8ade |
| RGB | rgb(74, 138, 222) |
| HSL | hsl(214, 69%, 58%) |
| CMYK | cmyk(67%, 38%, 0%, 13%) |
| LAB | lab(57.0 6.2 -48.9) |
| LCH | lch(57.0 49.3 277.2) |
| OKLCH | oklch(0.631 0.143 256.0) |
Copy-ready code
/* CSS */
color: #4a8ade;
background-color: #4a8ade;
/* Tailwind (arbitrary) */
class="text-[#4a8ade] bg-[#4a8ade]"
/* SCSS */
$brand: #4a8ade;
/* SwiftUI */
Color(red: 0.290, green: 0.541, blue: 0.871)
/* Android */
Color.parseColor("#4a8ade")Accessibility — WCAG contrast
Aa
#4a8ade on white: 3.51:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#4a8ade on black: 5.98:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.0%
Green54.1%
Blue87.1%
CMYK percentages
Cyan66.7%
Magenta37.8%
Yellow0.0%
Key (black)12.9%
Color previews
#4a8ade text on a black background
contrast 5.98:1
Card sample
#4a8ade text on a white background
contrast 3.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4a8ade;
Background color
Panel with #4a8ade background
background-color: #4a8ade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4a8ade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(74, 138, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(74, 138, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4a8ade; background: linear-gradient(135deg, #4a8ade, #6D4ADE);