Royal Blue
#7B36E2
PurpleColor Codes
All color formats for development
HEX
#7B36E2RGB
rgb(123, 54, 226)HSL
hsl(264, 75%, 55%)OKLCH
oklch(0.527 0.239 295)CMYK
cmyk(46%, 76%, 0%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6B20DD
2#5F1CC4
3#5319AC
4#481593
5#3C127B
6#300E62
7#240B4A
8#180731
9#0C0419
Tints
Lighter variations
1#884AE5
2#955EE8
3#A372EB
4#B087EE
5#BD9BF1
6#CAAFF4
7#D7C3F6
8#E5D7F9
9#F2EBFC
Tones
Muted variations
1#7D3FDA
2#7E47D1
3#8050C8
4#8259C0
5#8461B7
6#856AAF
7#8772A6
8#897B9D
9#8B8495
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 | D9C5 #D9C5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | BC98 #BC98F0 | BordersInactive statesPlaceholder text |
| 400 | 9863 #9863E9 | Disabled statesSecondary iconsMuted text |
| 500 | 7B36 #7B36E2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5F1C #5F1CC4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4C16 #4C169C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3610 #361070 | Text on light backgroundsHeadingsStrong borders |
| 900 | 230A #230A47 | Primary textHigh emphasis contentDark headings |
| 950 | 1606 #16062D | 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: #D9C5F7;
--royal-blue-300: #BC98F0;
--royal-blue-400: #9863E9;
--royal-blue-500: #7B36E2;
--royal-blue-600: #5F1CC4;
--royal-blue-700: #4C169C;
--royal-blue-800: #361070;
--royal-blue-900: #230A47;
--royal-blue-950: #16062D;
}