Royal Blue
#5673F5
BlueColor Codes
All color formats for development
HEX
#5673F5RGB
rgb(86, 115, 245)HSL
hsl(229, 89%, 65%)OKLCH
oklch(0.604 0.197 270.1)CMYK
cmyk(65%, 53%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#375AF3
2#1840F2
3#0D33DB
4#0B2BBC
5#09249D
6#071D7D
7#05165E
8#040E3F
9#02071F
Tints
Lighter variations
1#6781F6
2#788FF7
3#899DF8
4#9AABF9
5#ABB9FA
6#BCC7FB
7#CCD5FC
8#DDE3FD
9#EEF1FE
Tones
Muted variations
1#5E78ED
2#667EE5
3#6E83DD
4#7688D5
5#7E8DCD
6#8692C6
7#8E97BE
8#969CB6
9#9EA1AE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F3 #F1F3FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE3 #DDE3FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0CB #C0CBFB | Secondary backgroundsInput backgroundsDividers |
| 300 | 90A3 #90A3F9 | BordersInactive statesPlaceholder text |
| 400 | 5673 #5673F5 | Disabled statesSecondary iconsMuted text |
| 500 | 264C #264CF2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0C31 #0C31D4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0A27 #0A27A9 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 071C #071C78 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0412 #04124D | 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: #F1F3FE;
--royal-blue-100: #DDE3FD;
--royal-blue-200: #C0CBFB;
--royal-blue-300: #90A3F9;
--royal-blue-400: #5673F5;
--royal-blue-500: #264CF2;
--royal-blue-600: #0C31D4;
--royal-blue-700: #0A27A9;
--royal-blue-800: #071C78;
--royal-blue-900: #04124D;
--royal-blue-950: #030B30;
}