Royal Blue
#8A53F9
PurpleColor Codes
All color formats for development
HEX
#8A53F9RGB
rgb(138, 83, 249)HSL
hsl(260, 93%, 65%)OKLCH
oklch(0.595 0.233 293.2)CMYK
cmyk(45%, 67%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7433F8
2#5F13F6
3#5008E0
4#4507C0
5#3906A0
6#2E0580
7#220360
8#170240
9#0B0120
Tints
Lighter variations
1#9664F9
2#A175FA
3#AD86FB
4#B998FB
5#C5A9FC
6#D0BAFD
7#DCCBFD
8#E8DDFE
9#F3EEFE
Tones
Muted variations
1#8D5BF0
2#9063E8
3#926CE0
4#9574D8
5#987CCF
6#9B85C7
7#9D8DBF
8#A095B6
9#A39DAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F0 #F5F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8DD #E8DDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | D4BF #D4BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | B28E #B28EFB | BordersInactive statesPlaceholder text |
| 400 | 8A53 #8A53F9 | Disabled statesSecondary iconsMuted text |
| 500 | 6922 #6922F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4D08 #4D08D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3E06 #3E06AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2C04 #2C047B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1C03 #1C034F | Primary textHigh emphasis contentDark headings |
| 950 | 1202 #120231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F5F0FE;
--royal-blue-100: #E8DDFE;
--royal-blue-200: #D4BFFD;
--royal-blue-300: #B28EFB;
--royal-blue-400: #8A53F9;
--royal-blue-500: #6922F7;
--royal-blue-600: #4D08D9;
--royal-blue-700: #3E06AC;
--royal-blue-800: #2C047B;
--royal-blue-900: #1C034F;
--royal-blue-950: #120231;
}