Royal Blue
#8520F8
PurpleColor Codes
All color formats for development
HEX
#8520F8RGB
rgb(133, 32, 248)HSL
hsl(268, 94%, 55%)OKLCH
oklch(0.54 0.277 296)CMYK
cmyk(46%, 87%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7608F5
2#6907DA
3#5C06BE
4#4F05A3
5#420488
6#35036D
7#270352
8#1A0236
9#0D011B
Tints
Lighter variations
1#9137F9
2#9D4DF9
3#AA63FA
4#B679FB
5#C290FC
6#CEA6FC
7#DABCFD
8#E7D2FE
9#F3E9FE
Tones
Muted variations
1#862BED
2#8636E3
3#8741D8
4#884CCD
5#8956C2
6#8961B7
7#8A6CAD
8#8B77A2
9#8C8197
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F0 #F7F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | ECDC #ECDCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | DCBF #DCBFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | C18D #C18DFB | BordersInactive statesPlaceholder text |
| 400 | A052 #A052FA | Disabled statesSecondary iconsMuted text |
| 500 | 8520 #8520F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6907 #6907DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5405 #5405AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3C04 #3C047C | Text on light backgroundsHeadingsStrong borders |
| 900 | 2602 #26024F | Primary textHigh emphasis contentDark headings |
| 950 | 1802 #180231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F7F0FF;
--royal-blue-100: #ECDCFE;
--royal-blue-200: #DCBFFD;
--royal-blue-300: #C18DFB;
--royal-blue-400: #A052FA;
--royal-blue-500: #8520F8;
--royal-blue-600: #6907DA;
--royal-blue-700: #5405AD;
--royal-blue-800: #3C047C;
--royal-blue-900: #26024F;
--royal-blue-950: #180231;
}