Royal Blue
#5366C6
BlueColor Codes
All color formats for development
HEX
#5366C6RGB
rgb(83, 102, 198)HSL
hsl(230, 50%, 55%)OKLCH
oklch(0.544 0.15 272.1)CMYK
cmyk(58%, 48%, 0%, 22%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3F54BD
2#384BA8
3#314193
4#2A387E
5#232F69
6#1C2554
7#151C3F
8#0E132A
9#070915
Tints
Lighter variations
1#6475CB
2#7585D1
3#8794D7
4#98A3DD
5#A9B3E2
6#BAC2E8
7#CBD1EE
8#DDE0F4
9#EEF0F9
Tones
Muted variations
1#596AC0
2#5E6EBA
3#6471B4
4#6A75AF
5#7079A9
6#757DA3
7#7B819D
8#818598
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 | CDD3 #CDD3EE | Secondary backgroundsInput backgroundsDividers |
| 300 | A7B1 #A7B1E2 | BordersInactive statesPlaceholder text |
| 400 | 7988 #7988D2 | Disabled statesSecondary iconsMuted text |
| 500 | 5366 #5366C6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 384B #384BA8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2D3B #2D3B86 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 202A #202A60 | Text on light backgroundsHeadingsStrong borders |
| 900 | 141B #141B3D | Primary textHigh emphasis contentDark headings |
| 950 | 0D11 #0D1126 | 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: #CDD3EE;
--royal-blue-300: #A7B1E2;
--royal-blue-400: #7988D2;
--royal-blue-500: #5366C6;
--royal-blue-600: #384BA8;
--royal-blue-700: #2D3B86;
--royal-blue-800: #202A60;
--royal-blue-900: #141B3D;
--royal-blue-950: #0D1126;
}