#4763df
a balanced, vivid blue · warm · closest name: royalblue
RGB
71, 99, 223
HSL
229°, 70%, 58%
CMYK
68, 56, 0, 13
Luminance
0.1559
Every format
| HEX | #4763df |
| RGB | rgb(71, 99, 223) |
| HSL | hsl(229, 70%, 58%) |
| CMYK | cmyk(68%, 56%, 0%, 13%) |
| LAB | lab(46.4 30.1 -66.4) |
| LCH | lch(46.4 72.9 294.4) |
| OKLCH | oklch(0.550 0.191 269.5) |
Copy-ready code
/* CSS */
color: #4763df;
background-color: #4763df;
/* Tailwind (arbitrary) */
class="text-[#4763df] bg-[#4763df]"
/* SCSS */
$brand: #4763df;
/* SwiftUI */
Color(red: 0.278, green: 0.388, blue: 0.875)
/* Android */
Color.parseColor("#4763df")Accessibility — WCAG contrast
Aa
#4763df on white: 5.10:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#4763df on black: 4.12:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.8%
Green38.8%
Blue87.5%
CMYK percentages
Cyan68.2%
Magenta55.6%
Yellow0.0%
Key (black)12.5%
Color previews
#4763df text on a black background
contrast 4.12:1
Card sample
#4763df text on a white background
contrast 5.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4763df;
Background color
Panel with #4763df background
background-color: #4763df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4763df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(71, 99, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(71, 99, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4763df; background: linear-gradient(135deg, #4763df, #9047DF);