Royal Blue
#7322F7
PurpleColor Codes
All color formats for development
HEX
#7322F7RGB
rgb(115, 34, 247)HSL
hsl(263, 93%, 55%)OKLCH
oklch(0.521 0.274 290)CMYK
cmyk(53%, 86%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6309F4
2#5808D9
3#4D07BD
4#4206A2
5#370587
6#2C046C
7#210351
8#160236
9#0B011B
Tints
Lighter variations
1#8138F8
2#8F4EF9
3#9D64F9
4#AB7AFA
5#B990FB
6#C7A6FC
7#D5BDFD
8#E3D3FD
9#F1E9FE
Tones
Muted variations
1#762CEC
2#7837E2
3#7B42D7
4#7D4CCC
5#8057C2
6#8262B7
7#856CAC
8#8777A2
9#8A8297
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F0 #F6F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9DD #E9DDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7BF #D7BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | B88E #B88EFB | BordersInactive statesPlaceholder text |
| 400 | 9253 #9253F9 | Disabled statesSecondary iconsMuted text |
| 500 | 7322 #7322F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5808 #5808D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4606 #4606AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3204 #32047B | Text on light backgroundsHeadingsStrong borders |
| 900 | 2003 #20034F | 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: #F6F0FE;
--royal-blue-100: #E9DDFE;
--royal-blue-200: #D7BFFD;
--royal-blue-300: #B88EFB;
--royal-blue-400: #9253F9;
--royal-blue-500: #7322F7;
--royal-blue-600: #5808D9;
--royal-blue-700: #4606AC;
--royal-blue-800: #32047B;
--royal-blue-900: #20034F;
--royal-blue-950: #140231;
}