Royal Blue
#5573F6
BlueColor Codes
All color formats for development
HEX
#5573F6RGB
rgb(85, 115, 246)HSL
hsl(229, 90%, 65%)OKLCH
oklch(0.604 0.198 269.8)CMYK
cmyk(65%, 53%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3659F4
2#163FF3
3#0C32DC
4#0A2BBD
5#08249D
6#071D7E
7#05155E
8#030E3F
9#02071F
Tints
Lighter variations
1#6681F7
2#778FF8
3#889DF9
4#99ABFA
5#AAB9FB
6#BBC7FB
7#CCD5FC
8#DDE3FD
9#EEF1FE
Tones
Muted variations
1#5D78EE
2#657DE6
3#6E82DE
4#7687D6
5#7E8CCE
6#8691C6
7#8E96BE
8#969CB6
9#9EA1AE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F3 #F0F3FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE3 #DDE3FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0CB #C0CBFC | Secondary backgroundsInput backgroundsDividers |
| 300 | 90A3 #90A3F9 | BordersInactive statesPlaceholder text |
| 400 | 5573 #5573F6 | Disabled statesSecondary iconsMuted text |
| 500 | 254B #254BF4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0B30 #0B30D5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0926 #0926AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 061B #061B79 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0412 #04124E | Primary textHigh emphasis contentDark headings |
| 950 | 030B #030B30 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F0F3FE;
--royal-blue-100: #DDE3FD;
--royal-blue-200: #C0CBFC;
--royal-blue-300: #90A3F9;
--royal-blue-400: #5573F6;
--royal-blue-500: #254BF4;
--royal-blue-600: #0B30D5;
--royal-blue-700: #0926AA;
--royal-blue-800: #061B79;
--royal-blue-900: #04124E;
--royal-blue-950: #030B30;
}