#496eec
a balanced, electric blue · warm · closest name: royalblue
RGB
73, 110, 236
HSL
226°, 81%, 61%
CMYK
69, 53, 0, 8
Luminance
0.1862
Every format
| HEX | #496eec |
| RGB | rgb(73, 110, 236) |
| HSL | hsl(226, 81%, 61%) |
| CMYK | cmyk(69%, 53%, 0%, 8%) |
| LAB | lab(50.2 28.1 -67.5) |
| LCH | lch(50.2 73.2 292.6) |
| OKLCH | oklch(0.581 0.195 267.6) |
Copy-ready code
/* CSS */
color: #496eec;
background-color: #496eec;
/* Tailwind (arbitrary) */
class="text-[#496eec] bg-[#496eec]"
/* SCSS */
$brand: #496eec;
/* SwiftUI */
Color(red: 0.286, green: 0.431, blue: 0.925)
/* Android */
Color.parseColor("#496eec")Accessibility — WCAG contrast
Aa
#496eec on white: 4.44:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#496eec on black: 4.72:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.6%
Green43.1%
Blue92.5%
CMYK percentages
Cyan69.1%
Magenta53.4%
Yellow0.0%
Key (black)7.5%
Color previews
#496eec text on a black background
contrast 4.72:1
Card sample
#496eec text on a white background
contrast 4.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #496eec;
Background color
Panel with #496eec background
background-color: #496eec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #496eec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(73, 110, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(73, 110, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #496eec; background: linear-gradient(135deg, #496eec, #9149EC);