#4969df
a balanced, vivid blue · warm · “royalblue”
RGB
73, 105, 223
HSL
227°, 70%, 58%
CMYK
67, 53, 0, 13
Luminance
0.1685
Every format
| HEX | #4969df |
| RGB | rgb(73, 105, 223) |
| HSL | hsl(227, 70%, 58%) |
| CMYK | cmyk(67%, 53%, 0%, 13%) |
| LAB | lab(48.1 26.7 -63.7) |
| LCH | lch(48.1 69.1 292.7) |
| OKLCH | oklch(0.562 0.183 268.5) |
Copy-ready code
/* CSS */
color: #4969df;
background-color: #4969df;
/* Tailwind (arbitrary) */
class="text-[#4969df] bg-[#4969df]"
/* SCSS */
$brand: #4969df;
/* SwiftUI */
Color(red: 0.286, green: 0.412, blue: 0.875)
/* Android */
Color.parseColor("#4969df")Accessibility — WCAG contrast
Aa
#4969df on white: 4.81:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#4969df on black: 4.37:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.6%
Green41.2%
Blue87.5%
CMYK percentages
Cyan67.3%
Magenta52.9%
Yellow0.0%
Key (black)12.5%
Color previews
#4969df text on a black background
contrast 4.37:1
Card sample
#4969df text on a white background
contrast 4.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4969df;
Background color
Panel with #4969df background
background-color: #4969df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4969df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(73, 105, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(73, 105, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4969df; background: linear-gradient(135deg, #4969df, #8D49DF);