Royal Blue
#7535E3
PurpleColor Codes
All color formats for development
HEX
#7535E3RGB
rgb(117, 53, 227)HSL
hsl(262, 76%, 55%)OKLCH
oklch(0.52 0.241 292.7)CMYK
cmyk(48%, 77%, 0%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#651EDE
2#591BC5
3#4E18AD
4#431494
5#38117B
6#2D0D63
7#220A4A
8#160731
9#0B0319
Tints
Lighter variations
1#8349E6
2#915DE9
3#9E72EC
4#AC86EE
5#BA9AF1
6#C8AEF4
7#D6C2F7
8#E3D7F9
9#F1EBFC
Tones
Muted variations
1#773EDB
2#7A46D2
3#7C4FC9
4#7E58C1
5#8161B8
6#8369AF
7#8572A6
8#887B9E
9#8A8495
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F2 #F6F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAE0 #EAE0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7C5 #D7C5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B898 #B898F1 | BordersInactive statesPlaceholder text |
| 400 | 9462 #9462EA | Disabled statesSecondary iconsMuted text |
| 500 | 7535 #7535E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 591B #591BC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4715 #47159D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 330F #330F70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 210A #210A48 | Primary textHigh emphasis contentDark headings |
| 950 | 1406 #14062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F6F2FD;
--royal-blue-100: #EAE0FB;
--royal-blue-200: #D7C5F7;
--royal-blue-300: #B898F1;
--royal-blue-400: #9462EA;
--royal-blue-500: #7535E3;
--royal-blue-600: #591BC5;
--royal-blue-700: #47159D;
--royal-blue-800: #330F70;
--royal-blue-900: #210A48;
--royal-blue-950: #14062D;
}