Orchid
#9F63E9
PurpleColor Codes
All color formats for development
HEX
#9F63E9RGB
rgb(159, 99, 233)HSL
hsl(267, 75%, 65%)OKLCH
oklch(0.627 0.196 301.6)CMYK
cmyk(32%, 58%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8D46E5
2#7B29E0
3#6B1DCB
4#5C19AE
5#4D1591
6#3D1174
7#2E0C57
8#1F083A
9#0F041D
Tints
Lighter variations
1#A972EB
2#B282ED
3#BC92EF
4#C5A1F2
5#CFB1F4
6#D9C1F6
7#E2D0F8
8#ECE0FB
9#F5EFFD
Tones
Muted variations
1#A06AE2
2#A070DB
3#A177D5
4#A27ECE
5#A284C7
6#A38BC1
7#A492BA
8#A498B3
9#A59FAC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F2 #F7F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | ECE0 #ECE0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | DBC5 #DBC5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | C098 #C098F0 | BordersInactive statesPlaceholder text |
| 400 | 9F63 #9F63E9 | Disabled statesSecondary iconsMuted text |
| 500 | 8436 #8436E2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 681C #681CC4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5316 #53169C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3B10 #3B1070 | Text on light backgroundsHeadingsStrong borders |
| 900 | 260A #260A47 | Primary textHigh emphasis contentDark headings |
| 950 | 1806 #18062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #F7F2FD;
--orchid-100: #ECE0FB;
--orchid-200: #DBC5F7;
--orchid-300: #C098F0;
--orchid-400: #9F63E9;
--orchid-500: #8436E2;
--orchid-600: #681CC4;
--orchid-700: #53169C;
--orchid-800: #3B1070;
--orchid-900: #260A47;
--orchid-950: #18062D;
}