Royal Blue
#8924F5
PurpleColor Codes
All color formats for development
HEX
#8924F5RGB
rgb(137, 36, 245)HSL
hsl(269, 91%, 55%)OKLCH
oklch(0.544 0.272 297.7)CMYK
cmyk(44%, 85%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7A0BF1
2#6D0AD6
3#5F09BC
4#5208A1
5#440686
6#36056B
7#290450
8#1B0336
9#0E011B
Tints
Lighter variations
1#953AF6
2#A050F7
3#AC66F8
4#B87BF9
5#C491FA
6#D0A7FB
7#DCBDFC
8#E7D3FD
9#F3E9FE
Tones
Muted variations
1#892EEA
2#8939E0
3#8A43D5
4#8A4ECB
5#8B58C0
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 #EDDDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | DDC0 #DDC0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | C38F #C38FFA | BordersInactive statesPlaceholder text |
| 400 | A355 #A355F7 | Disabled statesSecondary iconsMuted text |
| 500 | 8924 #8924F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6D0A #6D0AD6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5708 #5708AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3E06 #3E067A | Text on light backgroundsHeadingsStrong borders |
| 900 | 2804 #28044E | 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: #EDDDFD;
--royal-blue-200: #DDC0FC;
--royal-blue-300: #C38FFA;
--royal-blue-400: #A355F7;
--royal-blue-500: #8924F5;
--royal-blue-600: #6D0AD6;
--royal-blue-700: #5708AA;
--royal-blue-800: #3E067A;
--royal-blue-900: #28044E;
--royal-blue-950: #190231;
}