Orchid
#9C5FEC
PurpleColor Codes
All color formats for development
HEX
#9C5FECRGB
rgb(156, 95, 236)HSL
hsl(266, 79%, 65%)OKLCH
oklch(0.62 0.205 300.4)CMYK
cmyk(34%, 60%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8A42E9
2#7824E5
3#6818D0
4#5915B2
5#4A1194
6#3B0E77
7#2C0A59
8#1E073B
9#0F031E
Tints
Lighter variations
1#A66FEE
2#B07FF0
3#BA8FF2
4#C49FF4
5#CEAFF6
6#D8BFF8
7#E1CFF9
8#EBDFFB
9#F5EFFD
Tones
Muted variations
1#9D66E5
2#9E6DDE
3#9F74D7
4#A07BD0
5#A182C9
6#A28AC2
7#A391BB
8#A498B4
9#A59FAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F1 #F7F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBDF #EBDFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | DAC4 #DAC4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | BE96 #BE96F3 | BordersInactive statesPlaceholder text |
| 400 | 9C5F #9C5FEC | Disabled statesSecondary iconsMuted text |
| 500 | 8032 #8032E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6418 #6418C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5013 #5013A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 390D #390D72 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2509 #250949 | Primary textHigh emphasis contentDark headings |
| 950 | 1705 #17052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #F7F1FD;
--orchid-100: #EBDFFB;
--orchid-200: #DAC4F8;
--orchid-300: #BE96F3;
--orchid-400: #9C5FEC;
--orchid-500: #8032E7;
--orchid-600: #6418C9;
--orchid-700: #5013A0;
--orchid-800: #390D72;
--orchid-900: #250949;
--orchid-950: #17052E;
}