Royal Blue
#8360EB
PurpleColor Codes
All color formats for development
HEX
#8360EBRGB
rgb(131, 96, 235)HSL
hsl(255, 78%, 65%)OKLCH
oklch(0.596 0.2 290.6)CMYK
cmyk(44%, 59%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6C43E8
2#5525E4
3#471ACF
4#3D16B1
5#331294
6#280F76
7#1E0B59
8#14073B
9#0A041E
Tints
Lighter variations
1#8F70ED
2#9C80EF
3#A890F1
4#B5A0F3
5#C1B0F5
6#CDBFF7
7#DACFF9
8#E6DFFB
9#F3EFFD
Tones
Muted variations
1#8667E4
2#8A6EDD
3#8D75D6
4#917CD0
5#9483C9
6#988AC2
7#9B91BB
8#9F98B4
9#A29FAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F1 #F4F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6DF #E6DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1C4 #D1C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | AD97 #AD97F2 | BordersInactive statesPlaceholder text |
| 400 | 8360 #8360EB | Disabled statesSecondary iconsMuted text |
| 500 | 5F33 #5F33E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4419 #4419C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3614 #36149F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 270E #270E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1909 #190949 | Primary textHigh emphasis contentDark headings |
| 950 | 1006 #10062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F4F1FD;
--royal-blue-100: #E6DFFB;
--royal-blue-200: #D1C4F8;
--royal-blue-300: #AD97F2;
--royal-blue-400: #8360EB;
--royal-blue-500: #5F33E6;
--royal-blue-600: #4419C8;
--royal-blue-700: #36149F;
--royal-blue-800: #270E71;
--royal-blue-900: #190949;
--royal-blue-950: #10062D;
}