Royal Blue
#8854F8
PurpleColor Codes
All color formats for development
HEX
#8854F8RGB
rgb(136, 84, 248)HSL
hsl(259, 92%, 65%)OKLCH
oklch(0.593 0.231 292.5)CMYK
cmyk(45%, 66%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7134F7
2#5B14F5
3#4D09DF
4#4208BF
5#37079F
6#2C057F
7#21045F
8#160340
9#0B0120
Tints
Lighter variations
1#9465F9
2#A076F9
3#AB87FA
4#B798FB
5#C3A9FB
6#CFBAFC
7#DBCCFD
8#E7DDFE
9#F3EEFE
Tones
Muted variations
1#8B5CF0
2#8E64E7
3#916CDF
4#9474D7
5#977DCF
6#9A85C7
7#9D8DBE
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 | E7DD #E7DDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | D3BF #D3BFFC | Secondary backgroundsInput backgroundsDividers |
| 300 | B18E #B18EFA | BordersInactive statesPlaceholder text |
| 400 | 8854 #8854F8 | Disabled statesSecondary iconsMuted text |
| 500 | 6623 #6623F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4A09 #4A09D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3B07 #3B07AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2A05 #2A057A | Text on light backgroundsHeadingsStrong borders |
| 900 | 1B03 #1B034E | Primary textHigh emphasis contentDark headings |
| 950 | 1102 #110231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F5F0FE;
--royal-blue-100: #E7DDFE;
--royal-blue-200: #D3BFFC;
--royal-blue-300: #B18EFA;
--royal-blue-400: #8854F8;
--royal-blue-500: #6623F6;
--royal-blue-600: #4A09D7;
--royal-blue-700: #3B07AB;
--royal-blue-800: #2A057A;
--royal-blue-900: #1B034E;
--royal-blue-950: #110231;
}