Royal Blue
#586FF3
BlueColor Codes
All color formats for development
HEX
#586FF3RGB
rgb(88, 111, 243)HSL
hsl(231, 87%, 65%)OKLCH
oklch(0.596 0.198 271.6)CMYK
cmyk(64%, 54%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3955F1
2#1A3AEF
3#0F2DD9
4#0D27BA
5#0B209B
6#091A7C
7#06135D
8#040D3E
9#02061F
Tints
Lighter variations
1#697EF5
2#798CF6
3#8A9AF7
4#9BA9F8
5#ACB7F9
6#BCC6FA
7#CDD4FC
8#DEE2FD
9#EEF1FE
Tones
Muted variations
1#6075EC
2#687AE4
3#6F80DC
4#7785D4
5#7F8BCD
6#8790C5
7#8E95BD
8#969BB5
9#9EA0AE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F3 #F1F3FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEE2 #DEE2FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1CA #C1CAFB | Secondary backgroundsInput backgroundsDividers |
| 300 | 91A1 #91A1F7 | BordersInactive statesPlaceholder text |
| 400 | 586F #586FF3 | Disabled statesSecondary iconsMuted text |
| 500 | 2846 #2846F0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0F2C #0F2CD2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0C23 #0C23A7 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0819 #081977 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0510 #05104C | Primary textHigh emphasis contentDark headings |
| 950 | 030A #030A30 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F1F3FE;
--royal-blue-100: #DEE2FD;
--royal-blue-200: #C1CAFB;
--royal-blue-300: #91A1F7;
--royal-blue-400: #586FF3;
--royal-blue-500: #2846F0;
--royal-blue-600: #0F2CD2;
--royal-blue-700: #0C23A7;
--royal-blue-800: #081977;
--royal-blue-900: #05104C;
--royal-blue-950: #030A30;
}