Royal Blue
#5A5ABF
BlueColor Codes
All color formats for development
HEX
#5A5ABFRGB
rgb(90, 90, 191)HSL
hsl(240, 44%, 55%)OKLCH
oklch(0.521 0.154 279.6)CMYK
cmyk(53%, 53%, 0%, 25%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4747B6
2#3F3FA2
3#37378D
4#2F2F79
5#272765
6#1F1F51
7#18183D
8#101028
9#080814
Tints
Lighter variations
1#6A6AC5
2#7B7BCC
3#8B8BD2
4#9C9CD8
5#ACACDF
6#BDBDE5
7#CDCDEC
8#DEDEF2
9#EEEEF9
Tones
Muted variations
1#5F5FBA
2#6464B5
3#6969B0
4#6E6EAB
5#7373A5
6#7878A0
7#7D7D9B
8#828296
9#878791
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F4 #F4F4FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5E5 #E5E5F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFCF #CFCFEC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABAB #ABABDE | BordersInactive statesPlaceholder text |
| 400 | 7E7E #7E7ECD | Disabled statesSecondary iconsMuted text |
| 500 | 5A5A #5A5ABF | Primary brand colorCTAsActive elementsLinks |
| 600 | 3F3F #3F3FA2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3232 #323281 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2424 #24245C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1717 #17173B | Primary textHigh emphasis contentDark headings |
| 950 | 0E0E #0E0E25 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F4F4FB;
--royal-blue-100: #E5E5F5;
--royal-blue-200: #CFCFEC;
--royal-blue-300: #ABABDE;
--royal-blue-400: #7E7ECD;
--royal-blue-500: #5A5ABF;
--royal-blue-600: #3F3FA2;
--royal-blue-700: #323281;
--royal-blue-800: #24245C;
--royal-blue-900: #17173B;
--royal-blue-950: #0E0E25;
}