Royal Blue
#6C20F8
PurpleColor Codes
All color formats for development
HEX
#6C20F8RGB
rgb(108, 32, 248)HSL
hsl(261, 94%, 55%)OKLCH
oklch(0.514 0.277 287.5)CMYK
cmyk(56%, 87%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5B08F5
2#5107DA
3#4606BE
4#3C05A3
5#320488
6#28036D
7#1E0352
8#140236
9#0A011B
Tints
Lighter variations
1#7B37F9
2#894DF9
3#9863FA
4#A779FB
5#B590FC
6#C4A6FC
7#D3BCFD
8#E2D2FE
9#F0E9FE
Tones
Muted variations
1#6F2BED
2#7236E3
3#7641D8
4#794CCD
5#7C56C2
6#7F61B7
7#836CAD
8#8677A2
9#898197
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F0 #F5F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8DC #E8DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5BF #D5BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | B48D #B48DFB | BordersInactive statesPlaceholder text |
| 400 | 8D52 #8D52FA | Disabled statesSecondary iconsMuted text |
| 500 | 6C20 #6C20F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5107 #5107DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4005 #4005AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2E04 #2E047C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D02 #1D024F | Primary textHigh emphasis contentDark headings |
| 950 | 1202 #120231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F5F0FF;
--royal-blue-100: #E8DCFE;
--royal-blue-200: #D5BFFD;
--royal-blue-300: #B48DFB;
--royal-blue-400: #8D52FA;
--royal-blue-500: #6C20F8;
--royal-blue-600: #5107DA;
--royal-blue-700: #4005AD;
--royal-blue-800: #2E047C;
--royal-blue-900: #1D024F;
--royal-blue-950: #120231;
}