Royal Blue
#6E30E8
PurpleColor Codes
All color formats for development
HEX
#6E30E8RGB
rgb(110, 48, 232)HSL
hsl(260, 80%, 55%)OKLCH
oklch(0.513 0.25 289.7)CMYK
cmyk(53%, 79%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5D19E3
2#5216CA
3#4814B1
4#3E1197
5#330E7E
6#290B65
7#1F084C
8#150632
9#0A0319
Tints
Lighter variations
1#7C45EA
2#8B5AED
3#996EEF
4#A883F1
5#B698F4
6#C5ACF6
7#D3C1F8
8#E2D6FA
9#F0EAFD
Tones
Muted variations
1#713ADF
2#7443D6
3#774CCD
4#7A55C3
5#7D5EBA
6#8068B1
7#8371A8
8#867A9F
9#898395
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F1 #F5F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8DF #E8DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5C3 #D5C3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | B595 #B595F3 | BordersInactive statesPlaceholder text |
| 400 | 8E5E #8E5EED | Disabled statesSecondary iconsMuted text |
| 500 | 6E30 #6E30E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5216 #5216CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4112 #4112A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2F0D #2F0D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1E08 #1E0849 | 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: #F5F1FD;
--royal-blue-100: #E8DFFB;
--royal-blue-200: #D5C3F8;
--royal-blue-300: #B595F3;
--royal-blue-400: #8E5EED;
--royal-blue-500: #6E30E8;
--royal-blue-600: #5216CA;
--royal-blue-700: #4112A1;
--royal-blue-800: #2F0D73;
--royal-blue-900: #1E0849;
--royal-blue-950: #13052E;
}