Royal Blue
#5361F9
BlueColor Codes
All color formats for development
HEX
#5361F9RGB
rgb(83, 97, 249)HSL
hsl(235, 93%, 65%)OKLCH
oklch(0.573 0.224 273)CMYK
cmyk(67%, 61%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3343F8
2#1326F6
3#081AE0
4#0716C0
5#0613A0
6#050F80
7#030B60
8#020740
9#010420
Tints
Lighter variations
1#6470F9
2#7580FA
3#8690FB
4#98A0FB
5#A9B0FC
6#BAC0FD
7#CBCFFD
8#DDDFFE
9#EEEFFE
Tones
Muted variations
1#5B67F0
2#636EE8
3#6C75E0
4#747CD8
5#7C83CF
6#858AC7
7#8D91BF
8#9598B6
9#9D9FAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F1 #F0F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDDF #DDDFFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFC4 #BFC4FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8E97 #8E97FB | BordersInactive statesPlaceholder text |
| 400 | 5361 #5361F9 | Disabled statesSecondary iconsMuted text |
| 500 | 2233 #2233F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0819 #0819D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0614 #0614AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 040E #040E7B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0309 #03094F | Primary textHigh emphasis contentDark headings |
| 950 | 0206 #020631 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F0F1FE;
--royal-blue-100: #DDDFFE;
--royal-blue-200: #BFC4FD;
--royal-blue-300: #8E97FB;
--royal-blue-400: #5361F9;
--royal-blue-500: #2233F7;
--royal-blue-600: #0819D9;
--royal-blue-700: #0614AC;
--royal-blue-800: #040E7B;
--royal-blue-900: #03094F;
--royal-blue-950: #020631;
}