Royal Blue
#8932E7
PurpleColor Codes
All color formats for development
HEX
#8932E7RGB
rgb(137, 50, 231)HSL
hsl(269, 79%, 55%)OKLCH
oklch(0.543 0.249 299.5)CMYK
cmyk(41%, 78%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7B1BE2
2#6D18C9
3#6015B0
4#521297
5#440F7E
6#370C64
7#29094B
8#1B0632
9#0E0319
Tints
Lighter variations
1#9546E9
2#A15BEC
3#AD6FEE
4#B884F1
5#C498F3
6#D0ADF5
7#DCC1F8
8#E7D6FA
9#F3EAFD
Tones
Muted variations
1#8A3BDE
2#8A44D5
3#8A4DCC
4#8A56C3
5#8B5FBA
6#8B68B1
7#8B71A7
8#8C7A9E
9#8C8395
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F1 #F7F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EDDF #EDDFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | DDC4 #DDC4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | C396 #C396F3 | BordersInactive statesPlaceholder text |
| 400 | A35F #A35FEC | Disabled statesSecondary iconsMuted text |
| 500 | 8932 #8932E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6D18 #6D18C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5713 #5713A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3E0D #3E0D72 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2809 #280949 | Primary textHigh emphasis contentDark headings |
| 950 | 1905 #19052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F7F1FD;
--royal-blue-100: #EDDFFB;
--royal-blue-200: #DDC4F8;
--royal-blue-300: #C396F3;
--royal-blue-400: #A35FEC;
--royal-blue-500: #8932E7;
--royal-blue-600: #6D18C9;
--royal-blue-700: #5713A0;
--royal-blue-800: #3E0D72;
--royal-blue-900: #280949;
--royal-blue-950: #19052E;
}