Royal Blue
#5784F4
BlueColor Codes
All color formats for development
HEX
#5784F4RGB
rgb(87, 132, 244)HSL
hsl(223, 88%, 65%)OKLCH
oklch(0.637 0.175 265.3)CMYK
cmyk(64%, 46%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#386DF2
2#1956F0
3#0E48DA
4#0C3EBB
5#0A339C
6#08297D
7#061F5D
8#04153E
9#020A1F
Tints
Lighter variations
1#6890F5
2#799CF6
3#8AA9F8
4#9AB5F9
5#ABC1FA
6#BCCEFB
7#CDDAFC
8#DDE6FD
9#EEF3FE
Tones
Muted variations
1#5F87EC
2#678BE5
3#6F8EDD
4#7791D5
5#7E95CD
6#8698C5
7#8E9CBD
8#969FB5
9#9EA2AE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F4 #F1F4FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE6 #DDE6FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1D1 #C1D1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 91AE #91AEF8 | BordersInactive statesPlaceholder text |
| 400 | 5784 #5784F4 | Disabled statesSecondary iconsMuted text |
| 500 | 2760 #2760F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0D45 #0D45D3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0B37 #0B37A8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0827 #082778 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0519 #05194D | Primary textHigh emphasis contentDark headings |
| 950 | 0310 #031030 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F1F4FE;
--royal-blue-100: #DDE6FD;
--royal-blue-200: #C1D1FB;
--royal-blue-300: #91AEF8;
--royal-blue-400: #5784F4;
--royal-blue-500: #2760F1;
--royal-blue-600: #0D45D3;
--royal-blue-700: #0B37A8;
--royal-blue-800: #082778;
--royal-blue-900: #05194D;
--royal-blue-950: #031030;
}