Royal Blue
#5463C4
BlueColor Codes
All color formats for development
HEX
#5463C4RGB
rgb(84, 99, 196)HSL
hsl(232, 49%, 55%)OKLCH
oklch(0.538 0.151 273.6)CMYK
cmyk(57%, 49%, 0%, 23%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4051BC
2#3948A7
3#323F92
4#2B367D
5#242D68
6#1D2454
7#151B3F
8#0E122A
9#070915
Tints
Lighter variations
1#6573CA
2#7682D0
3#8792D6
4#98A1DC
5#AAB1E2
6#BBC1E8
7#CCD0ED
8#DDE0F3
9#EEEFF9
Tones
Muted variations
1#5A67BF
2#5F6BB9
3#656FB4
4#6B74AE
5#7078A8
6#767CA3
7#7B809D
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 | E4E7 #E4E7F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CED2 #CED2EE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8AF #A8AFE1 | BordersInactive statesPlaceholder text |
| 400 | 7A86 #7A86D1 | Disabled statesSecondary iconsMuted text |
| 500 | 5463 #5463C4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3948 #3948A7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E39 #2E3985 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2129 #21295F | Text on light backgroundsHeadingsStrong borders |
| 900 | 151A #151A3D | 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: #CED2EE;
--royal-blue-300: #A8AFE1;
--royal-blue-400: #7A86D1;
--royal-blue-500: #5463C4;
--royal-blue-600: #3948A7;
--royal-blue-700: #2E3985;
--royal-blue-800: #21295F;
--royal-blue-900: #151A3D;
--royal-blue-950: #0D1026;
}