Royal Blue
#8A54F8
PurpleColor Codes
All color formats for development
HEX
#8A54F8RGB
rgb(138, 84, 248)HSL
hsl(260, 92%, 65%)OKLCH
oklch(0.595 0.231 293.2)CMYK
cmyk(44%, 66%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7534F7
2#5F14F5
3#5009DF
4#4508BF
5#39079F
6#2E057F
7#22045F
8#170340
9#0B0120
Tints
Lighter variations
1#9665F9
2#A276F9
3#AD87FA
4#B998FB
5#C5A9FB
6#D0BAFC
7#DCCCFD
8#E8DDFE
9#F3EEFE
Tones
Muted variations
1#8D5CF0
2#9064E7
3#936CDF
4#9574D7
5#987DCF
6#9B85C7
7#9E8DBE
8#A095B6
9#A39EAE
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 #D4BFFC | Secondary backgroundsInput backgroundsDividers |
| 300 | B28E #B28EFA | BordersInactive statesPlaceholder text |
| 400 | 8A54 #8A54F8 | Disabled statesSecondary iconsMuted text |
| 500 | 6923 #6923F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4E09 #4E09D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3E07 #3E07AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2C05 #2C057A | Text on light backgroundsHeadingsStrong borders |
| 900 | 1C03 #1C034E | 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: #D4BFFC;
--royal-blue-300: #B28EFA;
--royal-blue-400: #8A54F8;
--royal-blue-500: #6923F6;
--royal-blue-600: #4E09D7;
--royal-blue-700: #3E07AB;
--royal-blue-800: #2C057A;
--royal-blue-900: #1C034E;
--royal-blue-950: #120231;
}