#496fdf
a balanced, vivid blue · cool · closest name: royalblue
RGB
73, 111, 223
HSL
225°, 70%, 58%
CMYK
67, 50, 0, 13
Luminance
0.1811
Every format
| HEX | #496fdf |
| RGB | rgb(73, 111, 223) |
| HSL | hsl(225, 70%, 58%) |
| CMYK | cmyk(67%, 50%, 0%, 13%) |
| LAB | lab(49.6 22.9 -61.2) |
| LCH | lch(49.6 65.4 290.5) |
| OKLCH | oklch(0.574 0.176 266.7) |
Copy-ready code
/* CSS */
color: #496fdf;
background-color: #496fdf;
/* Tailwind (arbitrary) */
class="text-[#496fdf] bg-[#496fdf]"
/* SCSS */
$brand: #496fdf;
/* SwiftUI */
Color(red: 0.286, green: 0.435, blue: 0.875)
/* Android */
Color.parseColor("#496fdf")Accessibility — WCAG contrast
Aa
#496fdf on white: 4.54:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#496fdf on black: 4.62:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.6%
Green43.5%
Blue87.5%
CMYK percentages
Cyan67.3%
Magenta50.2%
Yellow0.0%
Key (black)12.5%
Color previews
#496fdf text on a black background
contrast 4.62:1
Card sample
#496fdf text on a white background
contrast 4.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #496fdf;
Background color
Panel with #496fdf background
background-color: #496fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #496fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(73, 111, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(73, 111, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #496fdf; background: linear-gradient(135deg, #496fdf, #8749DF);