Royal Blue
#5363F9
BlueColor Codes
All color formats for development
HEX
#5363F9RGB
rgb(83, 99, 249)HSL
hsl(234, 93%, 65%)OKLCH
oklch(0.577 0.222 272.7)CMYK
cmyk(67%, 60%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3346F8
2#132AF6
3#081EE0
4#0719C0
5#0615A0
6#051180
7#030D60
8#020840
9#010420
Tints
Lighter variations
1#6473F9
2#7582FA
3#8692FB
4#98A2FB
5#A9B1FC
6#BAC1FD
7#CBD0FD
8#DDE0FE
9#EEEFFE
Tones
Muted variations
1#5B6AF0
2#6371E8
3#6C77E0
4#747ED8
5#7C85CF
6#858BC7
7#8D92BF
8#9598B6
9#9D9FAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F2 #F0F2FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE0 #DDE0FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFC5 #BFC5FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8E99 #8E99FB | BordersInactive statesPlaceholder text |
| 400 | 5363 #5363F9 | Disabled statesSecondary iconsMuted text |
| 500 | 2237 #2237F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 081D #081DD9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0617 #0617AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0410 #04107B | Text on light backgroundsHeadingsStrong borders |
| 900 | 030A #030A4F | Primary textHigh emphasis contentDark headings |
| 950 | 0207 #020731 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F0F2FE;
--royal-blue-100: #DDE0FE;
--royal-blue-200: #BFC5FD;
--royal-blue-300: #8E99FB;
--royal-blue-400: #5363F9;
--royal-blue-500: #2237F7;
--royal-blue-600: #081DD9;
--royal-blue-700: #0617AC;
--royal-blue-800: #04107B;
--royal-blue-900: #030A4F;
--royal-blue-950: #020731;
}