Royal Blue
#5A5BBF
BlueColor Codes
All color formats for development
HEX
#5A5BBFRGB
rgb(90, 91, 191)HSL
hsl(239, 44%, 55%)OKLCH
oklch(0.523 0.153 279.3)CMYK
cmyk(53%, 52%, 0%, 25%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4749B6
2#3F40A2
3#37388D
4#2F3079
5#272865
6#1F2051
7#18183D
8#101028
9#080814
Tints
Lighter variations
1#6A6CC5
2#7B7CCC
3#8B8DD2
4#9C9DD8
5#ACADDF
6#BDBEE5
7#CDCEEC
8#DEDEF2
9#EEEFF9
Tones
Muted variations
1#5F60BA
2#6465B5
3#696AB0
4#6E6FAB
5#7374A5
6#7879A0
7#7D7E9B
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 | E5E6 #E5E6F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFD0 #CFD0EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABAB #ABABDE | BordersInactive statesPlaceholder text |
| 400 | 7E80 #7E80CD | Disabled statesSecondary iconsMuted text |
| 500 | 5A5B #5A5BBF | Primary brand colorCTAsActive elementsLinks |
| 600 | 3F40 #3F40A2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3233 #323381 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2425 #24255C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1717 #17173B | Primary textHigh emphasis contentDark headings |
| 950 | 0E0F #0E0F25 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F4F4FB;
--royal-blue-100: #E5E6F5;
--royal-blue-200: #CFD0EC;
--royal-blue-300: #ABABDE;
--royal-blue-400: #7E80CD;
--royal-blue-500: #5A5BBF;
--royal-blue-600: #3F40A2;
--royal-blue-700: #323381;
--royal-blue-800: #24255C;
--royal-blue-900: #17173B;
--royal-blue-950: #0E0F25;
}