Royal Blue
#5777F4
BlueColor Codes
All color formats for development
HEX
#5777F4RGB
rgb(87, 119, 244)HSL
hsl(228, 88%, 65%)OKLCH
oklch(0.612 0.19 269.3)CMYK
cmyk(64%, 51%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#385DF2
2#1944F0
3#0E37DA
4#0C2FBB
5#0A279C
6#081F7D
7#06175D
8#04103E
9#02081F
Tints
Lighter variations
1#6884F5
2#7992F6
3#8AA0F8
4#9AADF9
5#ABBBFA
6#BCC8FB
7#CDD6FC
8#DDE4FD
9#EEF1FE
Tones
Muted variations
1#5F7BEC
2#6780E5
3#6F85DD
4#7789D5
5#7E8ECD
6#8693C5
7#8E98BD
8#969CB5
9#9EA1AE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F3 #F1F3FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE4 #DDE4FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1CC #C1CCFB | Secondary backgroundsInput backgroundsDividers |
| 300 | 91A5 #91A5F8 | BordersInactive statesPlaceholder text |
| 400 | 5777 #5777F4 | Disabled statesSecondary iconsMuted text |
| 500 | 2750 #2750F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0D35 #0D35D3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0B2A #0B2AA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 081E #081E78 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0513 #05134D | Primary textHigh emphasis contentDark headings |
| 950 | 030C #030C30 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F1F3FE;
--royal-blue-100: #DDE4FD;
--royal-blue-200: #C1CCFB;
--royal-blue-300: #91A5F8;
--royal-blue-400: #5777F4;
--royal-blue-500: #2750F1;
--royal-blue-600: #0D35D3;
--royal-blue-700: #0B2AA8;
--royal-blue-800: #081E78;
--royal-blue-900: #05134D;
--royal-blue-950: #030C30;
}