Royal Blue
#5454C4
BlueColor Codes
All color formats for development
HEX
#5454C4RGB
rgb(84, 84, 196)HSL
hsl(240, 49%, 55%)OKLCH
oklch(0.509 0.17 278.5)CMYK
cmyk(57%, 57%, 0%, 23%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4040BC
2#3939A7
3#323292
4#2B2B7D
5#242468
6#1D1D54
7#15153F
8#0E0E2A
9#070715
Tints
Lighter variations
1#6565CA
2#7676D0
3#8787D6
4#9898DC
5#AAAAE2
6#BBBBE8
7#CCCCED
8#DDDDF3
9#EEEEF9
Tones
Muted variations
1#5A5ABF
2#5F5FB9
3#6565B4
4#6B6BAE
5#7070A8
6#7676A3
7#7B7B9D
8#818197
9#878792
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F4 #F4F4FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4E4 #E4E4F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CECE #CECEEE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8A8 #A8A8E1 | BordersInactive statesPlaceholder text |
| 400 | 7A7A #7A7AD1 | Disabled statesSecondary iconsMuted text |
| 500 | 5454 #5454C4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3939 #3939A7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E2E #2E2E85 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2121 #21215F | Text on light backgroundsHeadingsStrong borders |
| 900 | 1515 #15153D | Primary textHigh emphasis contentDark headings |
| 950 | 0D0D #0D0D26 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F4F4FB;
--royal-blue-100: #E4E4F6;
--royal-blue-200: #CECEEE;
--royal-blue-300: #A8A8E1;
--royal-blue-400: #7A7AD1;
--royal-blue-500: #5454C4;
--royal-blue-600: #3939A7;
--royal-blue-700: #2E2E85;
--royal-blue-800: #21215F;
--royal-blue-900: #15153D;
--royal-blue-950: #0D0D26;
}