#4795df
a balanced, vivid blue · cool · closest name: steelblue
RGB
71, 149, 223
HSL
209°, 70%, 58%
CMYK
68, 33, 0, 13
Luminance
0.2816
Every format
| HEX | #4795df |
| RGB | rgb(71, 149, 223) |
| HSL | hsl(209, 70%, 58%) |
| CMYK | cmyk(68%, 33%, 0%, 13%) |
| LAB | lab(60.0 -0.4 -44.6) |
| LCH | lch(60.0 44.6 269.4) |
| OKLCH | oklch(0.654 0.135 249.6) |
Copy-ready code
/* CSS */
color: #4795df;
background-color: #4795df;
/* Tailwind (arbitrary) */
class="text-[#4795df] bg-[#4795df]"
/* SCSS */
$brand: #4795df;
/* SwiftUI */
Color(red: 0.278, green: 0.584, blue: 0.875)
/* Android */
Color.parseColor("#4795df")Accessibility — WCAG contrast
Aa
#4795df on white: 3.17:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#4795df on black: 6.63:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.8%
Green58.4%
Blue87.5%
CMYK percentages
Cyan68.2%
Magenta33.2%
Yellow0.0%
Key (black)12.5%
Color previews
#4795df text on a black background
contrast 6.63:1
Card sample
#4795df text on a white background
contrast 3.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4795df;
Background color
Panel with #4795df background
background-color: #4795df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4795df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(71, 149, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(71, 149, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4795df; background: linear-gradient(135deg, #4795df, #5E47DF);