Royal Blue
#5458C4
BlueColor Codes
All color formats for development
HEX
#5458C4RGB
rgb(84, 88, 196)HSL
hsl(238, 49%, 55%)OKLCH
oklch(0.517 0.165 277.3)CMYK
cmyk(57%, 55%, 0%, 23%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4044BC
2#393DA7
3#323592
4#2B2E7D
5#242668
6#1D1E54
7#15173F
8#0E0F2A
9#070815
Tints
Lighter variations
1#6568CA
2#7679D0
3#878AD6
4#989BDC
5#AAABE2
6#BBBCE8
7#CCCDED
8#DDDEF3
9#EEEEF9
Tones
Muted variations
1#5A5DBF
2#5F62B9
3#6568B4
4#6B6DAE
5#7072A8
6#7677A3
7#7B7D9D
8#818297
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 | CECF #CECFEE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8AA #A8AAE1 | BordersInactive statesPlaceholder text |
| 400 | 7A7D #7A7DD1 | Disabled statesSecondary iconsMuted text |
| 500 | 5458 #5458C4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 393D #393DA7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E30 #2E3085 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2123 #21235F | Text on light backgroundsHeadingsStrong borders |
| 900 | 1516 #15163D | 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: #CECFEE;
--royal-blue-300: #A8AAE1;
--royal-blue-400: #7A7DD1;
--royal-blue-500: #5458C4;
--royal-blue-600: #393DA7;
--royal-blue-700: #2E3085;
--royal-blue-800: #21235F;
--royal-blue-900: #15163D;
--royal-blue-950: #0D0E26;
}