Royal Blue
#8632E7
PurpleColor Codes
All color formats for development
HEX
#8632E7RGB
rgb(134, 50, 231)HSL
hsl(268, 79%, 55%)OKLCH
oklch(0.539 0.249 298.4)CMYK
cmyk(42%, 78%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#781BE2
2#6A18C9
3#5D15B0
4#501297
5#420F7E
6#350C64
7#28094B
8#1B0632
9#0D0319
Tints
Lighter variations
1#9246E9
2#9E5BEC
3#AA6FEE
4#B784F1
5#C398F3
6#CFADF5
7#DBC1F8
8#E7D6FA
9#F3EAFD
Tones
Muted variations
1#873BDE
2#8744D5
3#884DCC
4#8956C3
5#895FBA
6#8A68B1
7#8A71A7
8#8B7A9E
9#8C8395
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F1 #F7F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | ECDF #ECDFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | DCC4 #DCC4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | C196 #C196F3 | BordersInactive statesPlaceholder text |
| 400 | A15F #A15FEC | Disabled statesSecondary iconsMuted text |
| 500 | 8632 #8632E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6A18 #6A18C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5513 #5513A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3C0D #3C0D72 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2709 #270949 | Primary textHigh emphasis contentDark headings |
| 950 | 1805 #18052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F7F1FD;
--royal-blue-100: #ECDFFB;
--royal-blue-200: #DCC4F8;
--royal-blue-300: #C196F3;
--royal-blue-400: #A15FEC;
--royal-blue-500: #8632E7;
--royal-blue-600: #6A18C9;
--royal-blue-700: #5513A0;
--royal-blue-800: #3C0D72;
--royal-blue-900: #270949;
--royal-blue-950: #18052E;
}