Royal Blue
#9053F9
PurpleColor Codes
All color formats for development
HEX
#9053F9RGB
rgb(144, 83, 249)HSL
hsl(262, 93%, 65%)OKLCH
oklch(0.6 0.234 295.3)CMYK
cmyk(42%, 67%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7B33F8
2#6613F6
3#5708E0
4#4B07C0
5#3E06A0
6#320580
7#250360
8#190240
9#0C0120
Tints
Lighter variations
1#9B64F9
2#A675FA
3#B186FB
4#BC98FB
5#C7A9FC
6#D2BAFD
7#DECBFD
8#E9DDFE
9#F4EEFE
Tones
Muted variations
1#925BF0
2#9463E8
3#966CE0
4#9874D8
5#9B7CCF
6#9D85C7
7#9F8DBF
8#A195B6
9#A49DAE
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 #D6BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | B68E #B68EFB | BordersInactive statesPlaceholder text |
| 400 | 9053 #9053F9 | Disabled statesSecondary iconsMuted text |
| 500 | 7022 #7022F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5408 #5408D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4306 #4306AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3004 #30047B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1F03 #1F034F | 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: #D6BFFD;
--royal-blue-300: #B68EFB;
--royal-blue-400: #9053F9;
--royal-blue-500: #7022F7;
--royal-blue-600: #5408D9;
--royal-blue-700: #4306AC;
--royal-blue-800: #30047B;
--royal-blue-900: #1F034F;
--royal-blue-950: #130231;
}