Royal Blue
#5781F4
BlueColor Codes
All color formats for development
HEX
#5781F4RGB
rgb(87, 129, 244)HSL
hsl(224, 88%, 65%)OKLCH
oklch(0.631 0.178 266.3)CMYK
cmyk(64%, 47%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#386AF2
2#1952F0
3#0E44DA
4#0C3BBB
5#0A319C
6#08277D
7#061D5D
8#04143E
9#020A1F
Tints
Lighter variations
1#688EF5
2#799AF6
3#8AA7F8
4#9AB3F9
5#ABC0FA
6#BCCDFB
7#CDD9FC
8#DDE6FD
9#EEF2FE
Tones
Muted variations
1#5F85EC
2#6788E5
3#6F8CDD
4#7790D5
5#7E93CD
6#8697C5
7#8E9BBD
8#969EB5
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 | C1D0 #C1D0FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 91AC #91ACF8 | BordersInactive statesPlaceholder text |
| 400 | 5781 #5781F4 | Disabled statesSecondary iconsMuted text |
| 500 | 275D #275DF1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0D42 #0D42D3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0B35 #0B35A8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0826 #082678 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0518 #05184D | Primary textHigh emphasis contentDark headings |
| 950 | 030F #030F30 | 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: #C1D0FB;
--royal-blue-300: #91ACF8;
--royal-blue-400: #5781F4;
--royal-blue-500: #275DF1;
--royal-blue-600: #0D42D3;
--royal-blue-700: #0B35A8;
--royal-blue-800: #082678;
--royal-blue-900: #05184D;
--royal-blue-950: #030F30;
}