Royal Blue
#5767F4
BlueColor Codes
All color formats for development
HEX
#5767F4RGB
rgb(87, 103, 244)HSL
hsl(234, 88%, 65%)OKLCH
oklch(0.582 0.21 273.1)CMYK
cmyk(64%, 58%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#384BF2
2#192EF0
3#0E22DA
4#0C1DBB
5#0A199C
6#08147D
7#060F5D
8#040A3E
9#02051F
Tints
Lighter variations
1#6876F5
2#7985F6
3#8A95F8
4#9AA4F9
5#ABB3FA
6#BCC2FB
7#CDD1FC
8#DDE1FD
9#EEF0FE
Tones
Muted variations
1#5F6DEC
2#6773E5
3#6F7ADD
4#7780D5
5#7E86CD
6#868DC5
7#8E93BD
8#9699B5
9#9E9FAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F2 #F1F2FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE1 #DDE1FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1C7 #C1C7FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 919B #919BF8 | BordersInactive statesPlaceholder text |
| 400 | 5767 #5767F4 | Disabled statesSecondary iconsMuted text |
| 500 | 273B #273BF1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0D21 #0D21D3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0B1A #0B1AA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0813 #081378 | Text on light backgroundsHeadingsStrong borders |
| 900 | 050C #050C4D | Primary textHigh emphasis contentDark headings |
| 950 | 0308 #030830 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F1F2FE;
--royal-blue-100: #DDE1FD;
--royal-blue-200: #C1C7FB;
--royal-blue-300: #919BF8;
--royal-blue-400: #5767F4;
--royal-blue-500: #273BF1;
--royal-blue-600: #0D21D3;
--royal-blue-700: #0B1AA8;
--royal-blue-800: #081378;
--royal-blue-900: #050C4D;
--royal-blue-950: #030830;
}