Royal Blue
#5564C3
BlueColor Codes
All color formats for development
HEX
#5564C3RGB
rgb(85, 100, 195)HSL
hsl(232, 48%, 55%)OKLCH
oklch(0.54 0.148 273.7)CMYK
cmyk(56%, 49%, 0%, 24%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4252BB
2#3A49A6
3#334091
4#2C377D
5#242D68
6#1D2453
7#161B3E
8#0F122A
9#070915
Tints
Lighter variations
1#6673C9
2#7783CF
3#8892D5
4#99A2DB
5#AAB1E1
6#BBC1E7
7#CCD0ED
8#DDE0F3
9#EEEFF9
Tones
Muted variations
1#5B68BE
2#606CB8
3#6670B3
4#6B74AD
5#7178A8
6#767CA2
7#7C809D
8#818497
9#878892
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F5 #F4F5FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5E7 #E5E7F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CED2 #CED2EE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8B0 #A8B0E1 | BordersInactive statesPlaceholder text |
| 400 | 7B86 #7B86D1 | Disabled statesSecondary iconsMuted text |
| 500 | 5564 #5564C3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3A49 #3A49A6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E3A #2E3A84 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2129 #21295E | Text on light backgroundsHeadingsStrong borders |
| 900 | 151A #151A3C | 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: #E5E7F6;
--royal-blue-200: #CED2EE;
--royal-blue-300: #A8B0E1;
--royal-blue-400: #7B86D1;
--royal-blue-500: #5564C3;
--royal-blue-600: #3A49A6;
--royal-blue-700: #2E3A84;
--royal-blue-800: #21295E;
--royal-blue-900: #151A3C;
--royal-blue-950: #0D1126;
}