Royal Blue
#8923F6
PurpleColor Codes
All color formats for development
HEX
#8923F6RGB
rgb(137, 35, 246)HSL
hsl(269, 92%, 55%)OKLCH
oklch(0.545 0.274 297.5)CMYK
cmyk(44%, 86%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7A0AF2
2#6D09D7
3#5F08BC
4#5207A2
5#440687
6#36046C
7#290351
8#1B0236
9#0E011B
Tints
Lighter variations
1#9539F7
2#A04FF8
3#AC65F9
4#B87BF9
5#C491FA
6#D0A7FB
7#DCBDFC
8#E7D3FD
9#F3E9FE
Tones
Muted variations
1#892DEB
2#8938E1
3#8A42D6
4#8A4DCC
5#8A57C1
6#8B62B6
7#8B6DAC
8#8C77A1
9#8C8297
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F0 #F7F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EDDD #EDDDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | DDBF #DDBFFC | Secondary backgroundsInput backgroundsDividers |
| 300 | C38E #C38EFA | BordersInactive statesPlaceholder text |
| 400 | A354 #A354F8 | Disabled statesSecondary iconsMuted text |
| 500 | 8923 #8923F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6D09 #6D09D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5707 #5707AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3E05 #3E057A | Text on light backgroundsHeadingsStrong borders |
| 900 | 2803 #28034E | Primary textHigh emphasis contentDark headings |
| 950 | 1902 #190231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F7F0FE;
--royal-blue-100: #EDDDFE;
--royal-blue-200: #DDBFFC;
--royal-blue-300: #C38EFA;
--royal-blue-400: #A354F8;
--royal-blue-500: #8923F6;
--royal-blue-600: #6D09D7;
--royal-blue-700: #5707AB;
--royal-blue-800: #3E057A;
--royal-blue-900: #28034E;
--royal-blue-950: #190231;
}