Royal Blue
#5779F4
BlueColor Codes
All color formats for development
HEX
#5779F4RGB
rgb(87, 121, 244)HSL
hsl(227, 88%, 65%)OKLCH
oklch(0.615 0.188 268.7)CMYK
cmyk(64%, 50%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3860F2
2#1948F0
3#0E3ADA
4#0C32BB
5#0A2A9C
6#08217D
7#06195D
8#04113E
9#02081F
Tints
Lighter variations
1#6887F5
2#7994F6
3#8AA1F8
4#9AAFF9
5#ABBCFA
6#BCC9FB
7#CDD7FC
8#DDE4FD
9#EEF2FE
Tones
Muted variations
1#5F7EEC
2#6782E5
3#6F87DD
4#778BD5
5#7E8FCD
6#8694C5
7#8E98BD
8#969DB5
9#9EA1AE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F4 #F1F4FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE4 #DDE4FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1CD #C1CDFB | Secondary backgroundsInput backgroundsDividers |
| 300 | 91A7 #91A7F8 | BordersInactive statesPlaceholder text |
| 400 | 5779 #5779F4 | Disabled statesSecondary iconsMuted text |
| 500 | 2753 #2753F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0D38 #0D38D3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0B2D #0B2DA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0820 #082078 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0514 #05144D | Primary textHigh emphasis contentDark headings |
| 950 | 030D #030D30 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F1F4FE;
--royal-blue-100: #DDE4FD;
--royal-blue-200: #C1CDFB;
--royal-blue-300: #91A7F8;
--royal-blue-400: #5779F4;
--royal-blue-500: #2753F1;
--royal-blue-600: #0D38D3;
--royal-blue-700: #0B2DA8;
--royal-blue-800: #082078;
--royal-blue-900: #05144D;
--royal-blue-950: #030D30;
}