Royal Blue
#5359C6
BlueColor Codes
All color formats for development
HEX
#5359C6RGB
rgb(83, 89, 198)HSL
hsl(237, 50%, 55%)OKLCH
oklch(0.519 0.167 276.5)CMYK
cmyk(58%, 55%, 0%, 22%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3F45BD
2#383EA8
3#313693
4#2A2E7E
5#232769
6#1C1F54
7#15173F
8#0E0F2A
9#070815
Tints
Lighter variations
1#6469CB
2#757AD1
3#878BD7
4#989BDD
5#A9ACE2
6#BABCE8
7#CBCDEE
8#DDDEF4
9#EEEEF9
Tones
Muted variations
1#595EC0
2#5E63BA
3#6468B4
4#6A6DAF
5#7072A9
6#7578A3
7#7B7D9D
8#818298
9#878792
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F4 #F4F4FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4E5 #E4E5F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDCF #CDCFEE | Secondary backgroundsInput backgroundsDividers |
| 300 | A7AA #A7AAE2 | BordersInactive statesPlaceholder text |
| 400 | 797E #797ED2 | Disabled statesSecondary iconsMuted text |
| 500 | 5359 #5359C6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 383E #383EA8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2D31 #2D3186 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2023 #202360 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1416 #14163D | Primary textHigh emphasis contentDark headings |
| 950 | 0D0E #0D0E26 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F4F4FB;
--royal-blue-100: #E4E5F6;
--royal-blue-200: #CDCFEE;
--royal-blue-300: #A7AAE2;
--royal-blue-400: #797ED2;
--royal-blue-500: #5359C6;
--royal-blue-600: #383EA8;
--royal-blue-700: #2D3186;
--royal-blue-800: #202360;
--royal-blue-900: #14163D;
--royal-blue-950: #0D0E26;
}