#3763df
a balanced, vivid blue · cool · closest name: royalblue
RGB
55, 99, 223
HSL
224°, 72%, 55%
CMYK
75, 56, 0, 13
Luminance
0.1506
Every format
| HEX | #3763df |
| RGB | rgb(55, 99, 223) |
| HSL | hsl(224, 72%, 55%) |
| CMYK | cmyk(75%, 56%, 0%, 13%) |
| LAB | lab(45.7 28.1 -67.6) |
| LCH | lch(45.7 73.2 292.6) |
| OKLCH | oklch(0.542 0.196 265.4) |
Copy-ready code
/* CSS */
color: #3763df;
background-color: #3763df;
/* Tailwind (arbitrary) */
class="text-[#3763df] bg-[#3763df]"
/* SCSS */
$brand: #3763df;
/* SwiftUI */
Color(red: 0.216, green: 0.388, blue: 0.875)
/* Android */
Color.parseColor("#3763df")Accessibility — WCAG contrast
Aa
#3763df on white: 5.23:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#3763df on black: 4.01:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red21.6%
Green38.8%
Blue87.5%
CMYK percentages
Cyan75.3%
Magenta55.6%
Yellow0.0%
Key (black)12.5%
Color previews
#3763df text on a black background
contrast 4.01:1
Card sample
#3763df text on a white background
contrast 5.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3763df;
Background color
Panel with #3763df background
background-color: #3763df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3763df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(55, 99, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(55, 99, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3763df; background: linear-gradient(135deg, #3763df, #7B37DF);