#495cdf
a balanced, vivid blue · warm · closest name: royalblue
RGB
73, 92, 223
HSL
232°, 70%, 58%
CMYK
67, 59, 0, 13
Luminance
0.1440
Every format
| HEX | #495cdf |
| RGB | rgb(73, 92, 223) |
| HSL | hsl(232, 70%, 58%) |
| CMYK | cmyk(67%, 59%, 0%, 13%) |
| LAB | lab(44.8 34.8 -69.0) |
| LCH | lch(44.8 77.3 296.7) |
| OKLCH | oklch(0.538 0.199 271.7) |
Copy-ready code
/* CSS */
color: #495cdf;
background-color: #495cdf;
/* Tailwind (arbitrary) */
class="text-[#495cdf] bg-[#495cdf]"
/* SCSS */
$brand: #495cdf;
/* SwiftUI */
Color(red: 0.286, green: 0.361, blue: 0.875)
/* Android */
Color.parseColor("#495cdf")Accessibility — WCAG contrast
Aa
#495cdf on white: 5.41:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#495cdf on black: 3.88:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.6%
Green36.1%
Blue87.5%
CMYK percentages
Cyan67.3%
Magenta58.7%
Yellow0.0%
Key (black)12.5%
Color previews
#495cdf text on a black background
contrast 3.88:1
Card sample
#495cdf text on a white background
contrast 5.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #495cdf;
Background color
Panel with #495cdf background
background-color: #495cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #495cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(73, 92, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(73, 92, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #495cdf; background: linear-gradient(135deg, #495cdf, #9A49DF);