Royal Blue
#8753F9
PurpleColor Codes
All color formats for development
HEX
#8753F9RGB
rgb(135, 83, 249)HSL
hsl(259, 93%, 65%)OKLCH
oklch(0.592 0.233 292.1)CMYK
cmyk(46%, 67%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7133F8
2#5B13F6
3#4C08E0
4#4207C0
5#3706A0
6#2C0580
7#210360
8#160240
9#0B0120
Tints
Lighter variations
1#9364F9
2#9F75FA
3#AB86FB
4#B798FB
5#C3A9FC
6#CFBAFD
7#DBCBFD
8#E7DDFE
9#F3EEFE
Tones
Muted variations
1#8A5BF0
2#8D63E8
3#906CE0
4#9374D8
5#977CCF
6#9A85C7
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 | E7DD #E7DDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | D3BF #D3BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | B08E #B08EFB | BordersInactive statesPlaceholder text |
| 400 | 8753 #8753F9 | Disabled statesSecondary iconsMuted text |
| 500 | 6522 #6522F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4A08 #4A08D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3B06 #3B06AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2A04 #2A047B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1B03 #1B034F | 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: #D3BFFD;
--royal-blue-300: #B08EFB;
--royal-blue-400: #8753F9;
--royal-blue-500: #6522F7;
--royal-blue-600: #4A08D9;
--royal-blue-700: #3B06AC;
--royal-blue-800: #2A047B;
--royal-blue-900: #1B034F;
--royal-blue-950: #110231;
}