Royal Blue
#8E5DEE
PurpleColor Codes
All color formats for development
HEX
#8E5DEERGB
rgb(142, 93, 238)HSL
hsl(260, 81%, 65%)OKLCH
oklch(0.604 0.208 295)CMYK
cmyk(40%, 61%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#793FEB
2#6421E8
3#5516D2
4#4913B4
5#3C1096
6#300D78
7#24095A
8#18063C
9#0C031E
Tints
Lighter variations
1#996EF0
2#A47EF1
3#B08EF3
4#BB9EF5
5#C6AEF7
6#D2BEF8
7#DDCFFA
8#E8DFFC
9#F4EFFD
Tones
Muted variations
1#9065E7
2#926CE0
3#9573D8
4#977AD1
5#9A82CA
6#9C89C3
7#9F90BB
8#A197B4
9#A39FAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F1 #F5F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8DF #E8DFFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5C3 #D5C3F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | B595 #B595F4 | BordersInactive statesPlaceholder text |
| 400 | 8E5D #8E5DEE | Disabled statesSecondary iconsMuted text |
| 500 | 6D2F #6D2FE9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5215 #5215CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4111 #4111A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2F0C #2F0C73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1E08 #1E084A | Primary textHigh emphasis contentDark headings |
| 950 | 1305 #13052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F5F1FE;
--royal-blue-100: #E8DFFC;
--royal-blue-200: #D5C3F9;
--royal-blue-300: #B595F4;
--royal-blue-400: #8E5DEE;
--royal-blue-500: #6D2FE9;
--royal-blue-600: #5215CB;
--royal-blue-700: #4111A2;
--royal-blue-800: #2F0C73;
--royal-blue-900: #1E084A;
--royal-blue-950: #13052E;
}