Royal Blue
#7320F8
PurpleColor Codes
All color formats for development
HEX
#7320F8RGB
rgb(115, 32, 248)HSL
hsl(263, 94%, 55%)OKLCH
oklch(0.521 0.276 289.9)CMYK
cmyk(54%, 87%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6308F5
2#5807DA
3#4D06BE
4#4205A3
5#370488
6#2C036D
7#210352
8#160236
9#0B011B
Tints
Lighter variations
1#8137F9
2#8F4DF9
3#9D63FA
4#AB79FB
5#B990FC
6#C7A6FC
7#D5BCFD
8#E3D2FE
9#F1E9FE
Tones
Muted variations
1#762BED
2#7836E3
3#7B41D8
4#7D4CCD
5#8056C2
6#8261B7
7#856CAD
8#8777A2
9#8A8197
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F0 #F6F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9DC #E9DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7BF #D7BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | B78D #B78DFB | BordersInactive statesPlaceholder text |
| 400 | 9252 #9252FA | Disabled statesSecondary iconsMuted text |
| 500 | 7320 #7320F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5807 #5807DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4605 #4605AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3204 #32047C | Text on light backgroundsHeadingsStrong borders |
| 900 | 2002 #20024F | Primary textHigh emphasis contentDark headings |
| 950 | 1402 #140231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F6F0FF;
--royal-blue-100: #E9DCFE;
--royal-blue-200: #D7BFFD;
--royal-blue-300: #B78DFB;
--royal-blue-400: #9252FA;
--royal-blue-500: #7320F8;
--royal-blue-600: #5807DA;
--royal-blue-700: #4605AD;
--royal-blue-800: #32047C;
--royal-blue-900: #20024F;
--royal-blue-950: #140231;
}