Royal Blue
#5360C6
BlueColor Codes
All color formats for development
HEX
#5360C6RGB
rgb(83, 96, 198)HSL
hsl(233, 50%, 55%)OKLCH
oklch(0.532 0.158 274.3)CMYK
cmyk(58%, 52%, 0%, 22%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3F4EBD
2#3845A8
3#313D93
4#2A347E
5#232B69
6#1C2354
7#151A3F
8#0E112A
9#070915
Tints
Lighter variations
1#6470CB
2#7580D1
3#8790D7
4#98A0DD
5#A9B0E2
6#BAC0E8
7#CBCFEE
8#DDDFF4
9#EEEFF9
Tones
Muted variations
1#5965C0
2#5E69BA
3#646DB4
4#6A72AF
5#7076A9
6#757BA3
7#7B7F9D
8#818398
9#878892
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F4 #F4F4FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4E6 #E4E6F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDD1 #CDD1EE | Secondary backgroundsInput backgroundsDividers |
| 300 | A7AE #A7AEE2 | BordersInactive statesPlaceholder text |
| 400 | 7984 #7984D2 | Disabled statesSecondary iconsMuted text |
| 500 | 5360 #5360C6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3845 #3845A8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2D37 #2D3786 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2027 #202760 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1419 #14193D | Primary textHigh emphasis contentDark headings |
| 950 | 0D10 #0D1026 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F4F4FB;
--royal-blue-100: #E4E6F6;
--royal-blue-200: #CDD1EE;
--royal-blue-300: #A7AEE2;
--royal-blue-400: #7984D2;
--royal-blue-500: #5360C6;
--royal-blue-600: #3845A8;
--royal-blue-700: #2D3786;
--royal-blue-800: #202760;
--royal-blue-900: #14193D;
--royal-blue-950: #0D1026;
}