Orchid
#9B63E9
PurpleColor Codes
All color formats for development
HEX
#9B63E9RGB
rgb(155, 99, 233)HSL
hsl(265, 75%, 65%)OKLCH
oklch(0.623 0.196 300)CMYK
cmyk(33%, 58%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8846E5
2#7529E0
3#661DCB
4#5719AE
5#491591
6#3A1174
7#2C0C57
8#1D083A
9#0F041D
Tints
Lighter variations
1#A572EB
2#AF82ED
3#B992EF
4#C3A1F2
5#CDB1F4
6#D7C1F6
7#E1D0F8
8#EBE0FB
9#F5EFFD
Tones
Muted variations
1#9C6AE2
2#9D70DB
3#9E77D5
4#9F7ECE
5#A084C7
6#A18BC1
7#A292BA
8#A498B3
9#A59FAC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F2 #F6F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBE0 #EBE0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | DAC5 #DAC5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | BD98 #BD98F0 | BordersInactive statesPlaceholder text |
| 400 | 9B63 #9B63E9 | Disabled statesSecondary iconsMuted text |
| 500 | 7E36 #7E36E2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 621C #621CC4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4E16 #4E169C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3810 #381070 | Text on light backgroundsHeadingsStrong borders |
| 900 | 240A #240A47 | Primary textHigh emphasis contentDark headings |
| 950 | 1606 #16062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #F6F2FD;
--orchid-100: #EBE0FB;
--orchid-200: #DAC5F7;
--orchid-300: #BD98F0;
--orchid-400: #9B63E9;
--orchid-500: #7E36E2;
--orchid-600: #621CC4;
--orchid-700: #4E169C;
--orchid-800: #381070;
--orchid-900: #240A47;
--orchid-950: #16062D;
}