Royal Blue
#5683F5
BlueColor Codes
All color formats for development
HEX
#5683F5RGB
rgb(86, 131, 245)HSL
hsl(223, 89%, 65%)OKLCH
oklch(0.635 0.177 265.5)CMYK
cmyk(65%, 47%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#376CF3
2#1855F2
3#0D47DB
4#0B3DBC
5#09339D
6#07297D
7#051F5E
8#04143F
9#020A1F
Tints
Lighter variations
1#6790F6
2#789CF7
3#89A8F8
4#9AB5F9
5#ABC1FA
6#BCCEFB
7#CCDAFC
8#DDE6FD
9#EEF3FE
Tones
Muted variations
1#5E87ED
2#668AE5
3#6E8EDD
4#7691D5
5#7E95CD
6#8698C6
7#8E9BBE
8#969FB6
9#9EA2AE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F4 #F1F4FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE6 #DDE6FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0D1 #C0D1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 90AE #90AEF9 | BordersInactive statesPlaceholder text |
| 400 | 5683 #5683F5 | Disabled statesSecondary iconsMuted text |
| 500 | 2660 #2660F2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0C45 #0C45D4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0A37 #0A37A9 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0727 #072778 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0419 #04194D | Primary textHigh emphasis contentDark headings |
| 950 | 0310 #031030 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F1F4FE;
--royal-blue-100: #DDE6FD;
--royal-blue-200: #C0D1FB;
--royal-blue-300: #90AEF9;
--royal-blue-400: #5683F5;
--royal-blue-500: #2660F2;
--royal-blue-600: #0C45D4;
--royal-blue-700: #0A37A9;
--royal-blue-800: #072778;
--royal-blue-900: #04194D;
--royal-blue-950: #031030;
}