Royal Blue
#5764F4
BlueColor Codes
All color formats for development
HEX
#5764F4RGB
rgb(87, 100, 244)HSL
hsl(235, 88%, 65%)OKLCH
oklch(0.577 0.213 273.7)CMYK
cmyk(64%, 59%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3848F2
2#192BF0
3#0E1FDA
4#0C1BBB
5#0A169C
6#08127D
7#060D5D
8#04093E
9#02041F
Tints
Lighter variations
1#6874F5
2#7983F6
3#8A93F8
4#9AA2F9
5#ABB2FA
6#BCC1FB
7#CDD1FC
8#DDE0FD
9#EEF0FE
Tones
Muted variations
1#5F6BEC
2#6771E5
3#6F78DD
4#777ED5
5#7E85CD
6#868CC5
7#8E92BD
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 | DDE0 #DDE0FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1C6 #C1C6FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 9199 #9199F8 | BordersInactive statesPlaceholder text |
| 400 | 5764 #5764F4 | Disabled statesSecondary iconsMuted text |
| 500 | 2738 #2738F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0D1E #0D1ED3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0B18 #0B18A8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0811 #081178 | Text on light backgroundsHeadingsStrong borders |
| 900 | 050B #050B4D | Primary textHigh emphasis contentDark headings |
| 950 | 0307 #030730 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F1F2FE;
--royal-blue-100: #DDE0FD;
--royal-blue-200: #C1C6FB;
--royal-blue-300: #9199F8;
--royal-blue-400: #5764F4;
--royal-blue-500: #2738F1;
--royal-blue-600: #0D1ED3;
--royal-blue-700: #0B18A8;
--royal-blue-800: #081178;
--royal-blue-900: #050B4D;
--royal-blue-950: #030730;
}