Royal Blue
#8F32E7
PurpleColor Codes
All color formats for development
HEX
#8F32E7RGB
rgb(143, 50, 231)HSL
hsl(271, 79%, 55%)OKLCH
oklch(0.55 0.25 301.6)CMYK
cmyk(38%, 78%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#821BE2
2#7318C9
3#6515B0
4#561297
5#480F7E
6#3A0C64
7#2B094B
8#1D0632
9#0E0319
Tints
Lighter variations
1#9A46E9
2#A65BEC
3#B16FEE
4#BC84F1
5#C798F3
6#D2ADF5
7#DDC1F8
8#E9D6FA
9#F4EAFD
Tones
Muted variations
1#8F3BDE
2#8F44D5
3#8E4DCC
4#8E56C3
5#8E5FBA
6#8D68B1
7#8D71A7
8#8D7A9E
9#8D8395
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F8F1 #F8F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EEDF #EEDFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | DFC4 #DFC4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | C696 #C696F3 | BordersInactive statesPlaceholder text |
| 400 | A85F #A85FEC | Disabled statesSecondary iconsMuted text |
| 500 | 8F32 #8F32E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 7318 #7318C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5C13 #5C13A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 410D #410D72 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2A09 #2A0949 | Primary textHigh emphasis contentDark headings |
| 950 | 1A05 #1A052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F8F1FD;
--royal-blue-100: #EEDFFB;
--royal-blue-200: #DFC4F8;
--royal-blue-300: #C696F3;
--royal-blue-400: #A85FEC;
--royal-blue-500: #8F32E7;
--royal-blue-600: #7318C9;
--royal-blue-700: #5C13A0;
--royal-blue-800: #410D72;
--royal-blue-900: #2A0949;
--royal-blue-950: #1A052E;
}