#496cdf
a balanced, vivid blue · warm · closest name: royalblue
RGB
73, 108, 223
HSL
226°, 70%, 58%
CMYK
67, 52, 0, 13
Luminance
0.1747
Every format
| HEX | #496cdf |
| RGB | rgb(73, 108, 223) |
| HSL | hsl(226, 70%, 58%) |
| CMYK | cmyk(67%, 52%, 0%, 13%) |
| LAB | lab(48.8 24.8 -62.5) |
| LCH | lch(48.8 67.2 291.6) |
| OKLCH | oklch(0.568 0.180 267.6) |
Copy-ready code
/* CSS */
color: #496cdf;
background-color: #496cdf;
/* Tailwind (arbitrary) */
class="text-[#496cdf] bg-[#496cdf]"
/* SCSS */
$brand: #496cdf;
/* SwiftUI */
Color(red: 0.286, green: 0.424, blue: 0.875)
/* Android */
Color.parseColor("#496cdf")Accessibility — WCAG contrast
Aa
#496cdf on white: 4.67:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#496cdf on black: 4.49:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.6%
Green42.4%
Blue87.5%
CMYK percentages
Cyan67.3%
Magenta51.6%
Yellow0.0%
Key (black)12.5%
Color previews
#496cdf text on a black background
contrast 4.49:1
Card sample
#496cdf text on a white background
contrast 4.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #496cdf;
Background color
Panel with #496cdf background
background-color: #496cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #496cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(73, 108, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(73, 108, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #496cdf; background: linear-gradient(135deg, #496cdf, #8A49DF);