Royal Blue
#8356F5
PurpleColor Codes
All color formats for development
HEX
#8356F5RGB
rgb(131, 86, 245)HSL
hsl(257, 89%, 65%)OKLCH
oklch(0.589 0.225 290.9)CMYK
cmyk(47%, 65%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6C37F3
2#5518F2
3#470DDB
4#3D0BBC
5#33099D
6#29077D
7#1F055E
8#14043F
9#0A021F
Tints
Lighter variations
1#9067F6
2#9C78F7
3#A889F8
4#B59AF9
5#C1ABFA
6#CEBCFB
7#DACCFC
8#E6DDFD
9#F3EEFE
Tones
Muted variations
1#875EED
2#8A66E5
3#8E6EDD
4#9176D5
5#957ECD
6#9886C6
7#9B8EBE
8#9F96B6
9#A29EAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F1 #F4F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6DD #E6DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1C0 #D1C0FB | Secondary backgroundsInput backgroundsDividers |
| 300 | AE90 #AE90F9 | BordersInactive statesPlaceholder text |
| 400 | 8356 #8356F5 | Disabled statesSecondary iconsMuted text |
| 500 | 6026 #6026F2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 450C #450CD4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 370A #370AA9 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2707 #270778 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1904 #19044D | Primary textHigh emphasis contentDark headings |
| 950 | 1003 #100330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F4F1FE;
--royal-blue-100: #E6DDFD;
--royal-blue-200: #D1C0FB;
--royal-blue-300: #AE90F9;
--royal-blue-400: #8356F5;
--royal-blue-500: #6026F2;
--royal-blue-600: #450CD4;
--royal-blue-700: #370AA9;
--royal-blue-800: #270778;
--royal-blue-900: #19044D;
--royal-blue-950: #100330;
}