Royal Blue
#6E32E7
PurpleColor Codes
All color formats for development
HEX
#6E32E7RGB
rgb(110, 50, 231)HSL
hsl(260, 79%, 55%)OKLCH
oklch(0.514 0.247 289.7)CMYK
cmyk(52%, 78%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5D1BE2
2#5318C9
3#4815B0
4#3E1297
5#340F7E
6#290C64
7#1F094B
8#150632
9#0A0319
Tints
Lighter variations
1#7D46E9
2#8B5BEC
3#9A6FEE
4#A884F1
5#B798F3
6#C5ADF5
7#D4C1F8
8#E2D6FA
9#F1EAFD
Tones
Muted variations
1#713BDE
2#7444D5
3#774DCC
4#7A56C3
5#7D5FBA
6#8068B1
7#8371A7
8#867A9E
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 | D5C4 #D5C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | B596 #B596F3 | BordersInactive statesPlaceholder text |
| 400 | 8E5F #8E5FEC | Disabled statesSecondary iconsMuted text |
| 500 | 6E32 #6E32E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5318 #5318C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4213 #4213A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2F0D #2F0D72 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1E09 #1E0949 | 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: #D5C4F8;
--royal-blue-300: #B596F3;
--royal-blue-400: #8E5FEC;
--royal-blue-500: #6E32E7;
--royal-blue-600: #5318C9;
--royal-blue-700: #4213A0;
--royal-blue-800: #2F0D72;
--royal-blue-900: #1E0949;
--royal-blue-950: #13052E;
}