Orchid
#8F63E9
PurpleColor Codes
All color formats for development
HEX
#8F63E9RGB
rgb(143, 99, 233)HSL
hsl(260, 75%, 65%)OKLCH
oklch(0.611 0.194 295.2)CMYK
cmyk(39%, 58%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7B46E5
2#6629E0
3#571DCB
4#4B19AE
5#3E1591
6#321174
7#250C57
8#19083A
9#0C041D
Tints
Lighter variations
1#9B72EB
2#A682ED
3#B192EF
4#BCA1F2
5#C7B1F4
6#D2C1F6
7#DED0F8
8#E9E0FB
9#F4EFFD
Tones
Muted variations
1#926AE2
2#9470DB
3#9677D5
4#987ECE
5#9B84C7
6#9D8BC1
7#9F92BA
8#A198B3
9#A49FAC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F2 #F5F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9E0 #E9E0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | D6C5 #D6C5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B698 #B698F0 | BordersInactive statesPlaceholder text |
| 400 | 8F63 #8F63E9 | Disabled statesSecondary iconsMuted text |
| 500 | 7036 #7036E2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 541C #541CC4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4316 #43169C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3010 #301070 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1F0A #1F0A47 | Primary textHigh emphasis contentDark headings |
| 950 | 1306 #13062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #F5F2FD;
--orchid-100: #E9E0FB;
--orchid-200: #D6C5F7;
--orchid-300: #B698F0;
--orchid-400: #8F63E9;
--orchid-500: #7036E2;
--orchid-600: #541CC4;
--orchid-700: #43169C;
--orchid-800: #301070;
--orchid-900: #1F0A47;
--orchid-950: #13062D;
}