Royal Blue
#7536E2
PurpleColor Codes
All color formats for development
HEX
#7536E2RGB
rgb(117, 54, 226)HSL
hsl(262, 75%, 55%)OKLCH
oklch(0.52 0.239 292.7)CMYK
cmyk(48%, 76%, 0%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6520DD
2#5A1CC4
3#4F19AC
4#431593
5#38127B
6#2D0E62
7#220B4A
8#160731
9#0B0419
Tints
Lighter variations
1#834AE5
2#915EE8
3#9F72EB
4#AC87EE
5#BA9BF1
6#C8AFF4
7#D6C3F6
8#E3D7F9
9#F1EBFC
Tones
Muted variations
1#783FDA
2#7A47D1
3#7C50C8
4#7E59C0
5#8161B7
6#836AAF
7#8572A6
8#887B9D
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 | B998 #B998F0 | BordersInactive statesPlaceholder text |
| 400 | 9463 #9463E9 | Disabled statesSecondary iconsMuted text |
| 500 | 7536 #7536E2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5A1C #5A1CC4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4716 #47169C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3310 #331070 | Text on light backgroundsHeadingsStrong borders |
| 900 | 210A #210A47 | 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: #B998F0;
--royal-blue-400: #9463E9;
--royal-blue-500: #7536E2;
--royal-blue-600: #5A1CC4;
--royal-blue-700: #47169C;
--royal-blue-800: #331070;
--royal-blue-900: #210A47;
--royal-blue-950: #14062D;
}