Royal Blue
#5362C6
BlueColor Codes
All color formats for development
HEX
#5362C6RGB
rgb(83, 98, 198)HSL
hsl(232, 50%, 55%)OKLCH
oklch(0.536 0.155 273.6)CMYK
cmyk(58%, 51%, 0%, 22%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3F50BD
2#3847A8
3#313E93
4#2A357E
5#232C69
6#1C2454
7#151B3F
8#0E122A
9#070915
Tints
Lighter variations
1#6472CB
2#7582D1
3#8791D7
4#98A1DD
5#A9B1E2
6#BAC0E8
7#CBD0EE
8#DDE0F4
9#EEEFF9
Tones
Muted variations
1#5966C0
2#5E6BBA
3#646FB4
4#6A73AF
5#7077A9
6#757BA3
7#7B809D
8#818498
9#878892
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F5 #F4F5FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4E7 #E4E7F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDD2 #CDD2EE | Secondary backgroundsInput backgroundsDividers |
| 300 | A7AF #A7AFE2 | BordersInactive statesPlaceholder text |
| 400 | 7985 #7985D2 | Disabled statesSecondary iconsMuted text |
| 500 | 5362 #5362C6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3847 #3847A8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2D39 #2D3986 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2028 #202860 | Text on light backgroundsHeadingsStrong borders |
| 900 | 141A #141A3D | 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: #F4F5FB;
--royal-blue-100: #E4E7F6;
--royal-blue-200: #CDD2EE;
--royal-blue-300: #A7AFE2;
--royal-blue-400: #7985D2;
--royal-blue-500: #5362C6;
--royal-blue-600: #3847A8;
--royal-blue-700: #2D3986;
--royal-blue-800: #202860;
--royal-blue-900: #141A3D;
--royal-blue-950: #0D1026;
}