Royal Blue
#5771F4
BlueColor Codes
All color formats for development
HEX
#5771F4RGB
rgb(87, 113, 244)HSL
hsl(230, 88%, 65%)OKLCH
oklch(0.6 0.197 270.8)CMYK
cmyk(64%, 54%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3857F2
2#193DF0
3#0E30DA
4#0C29BB
5#0A229C
6#081B7D
7#06155D
8#040E3E
9#02071F
Tints
Lighter variations
1#6880F5
2#798EF6
3#8A9CF8
4#9AAAF9
5#ABB8FA
6#BCC6FB
7#CDD5FC
8#DDE3FD
9#EEF1FE
Tones
Muted variations
1#5F77EC
2#677CE5
3#6F81DD
4#7786D5
5#7E8CCD
6#8691C5
7#8E96BD
8#969BB5
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 | C1CA #C1CAFB | Secondary backgroundsInput backgroundsDividers |
| 300 | 91A2 #91A2F8 | BordersInactive statesPlaceholder text |
| 400 | 5771 #5771F4 | Disabled statesSecondary iconsMuted text |
| 500 | 2749 #2749F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0D2E #0D2ED3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0B25 #0B25A8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 081A #081A78 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0511 #05114D | 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: #C1CAFB;
--royal-blue-300: #91A2F8;
--royal-blue-400: #5771F4;
--royal-blue-500: #2749F1;
--royal-blue-600: #0D2ED3;
--royal-blue-700: #0B25A8;
--royal-blue-800: #081A78;
--royal-blue-900: #05114D;
--royal-blue-950: #030B30;
}