Royal Blue
#9054F8
PurpleColor Codes
All color formats for development
HEX
#9054F8RGB
rgb(144, 84, 248)HSL
hsl(262, 92%, 65%)OKLCH
oklch(0.601 0.231 295.3)CMYK
cmyk(42%, 66%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7B34F7
2#6714F5
3#5809DF
4#4B08BF
5#3F079F
6#32057F
7#26045F
8#190340
9#0D0120
Tints
Lighter variations
1#9B65F9
2#A676F9
3#B187FA
4#BC98FB
5#C7A9FB
6#D3BAFC
7#DECCFD
8#E9DDFE
9#F4EEFE
Tones
Muted variations
1#925CF0
2#9464E7
3#966CDF
4#9974D7
5#9B7DCF
6#9D85C7
7#9F8DBE
8#A195B6
9#A49EAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F0 #F5F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9DD #E9DDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | D6BF #D6BFFC | Secondary backgroundsInput backgroundsDividers |
| 300 | B68E #B68EFA | BordersInactive statesPlaceholder text |
| 400 | 9054 #9054F8 | Disabled statesSecondary iconsMuted text |
| 500 | 7023 #7023F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5509 #5509D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4307 #4307AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3005 #30057A | Text on light backgroundsHeadingsStrong borders |
| 900 | 1F03 #1F034E | Primary textHigh emphasis contentDark headings |
| 950 | 1302 #130231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F5F0FE;
--royal-blue-100: #E9DDFE;
--royal-blue-200: #D6BFFC;
--royal-blue-300: #B68EFA;
--royal-blue-400: #9054F8;
--royal-blue-500: #7023F6;
--royal-blue-600: #5509D7;
--royal-blue-700: #4307AB;
--royal-blue-800: #30057A;
--royal-blue-900: #1F034E;
--royal-blue-950: #130231;
}