Orchid
#9C60EB
PurpleColor Codes
All color formats for development
HEX
#9C60EBRGB
rgb(156, 96, 235)HSL
hsl(266, 78%, 65%)OKLCH
oklch(0.621 0.202 300.5)CMYK
cmyk(34%, 59%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8A43E8
2#7825E4
3#681ACF
4#5916B1
5#4A1294
6#3B0F76
7#2D0B59
8#1E073B
9#0F041E
Tints
Lighter variations
1#A670ED
2#B080EF
3#BA90F1
4#C4A0F3
5#CEB0F5
6#D8BFF7
7#E1CFF9
8#EBDFFB
9#F5EFFD
Tones
Muted variations
1#9D67E4
2#9E6EDD
3#9F75D6
4#A07CD0
5#A183C9
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 | BE97 #BE97F2 | BordersInactive statesPlaceholder text |
| 400 | 9C60 #9C60EB | Disabled statesSecondary iconsMuted text |
| 500 | 8033 #8033E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6519 #6519C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5014 #50149F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 390E #390E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2509 #250949 | Primary textHigh emphasis contentDark headings |
| 950 | 1706 #17062D | 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: #BE97F2;
--orchid-400: #9C60EB;
--orchid-500: #8033E6;
--orchid-600: #6519C8;
--orchid-700: #50149F;
--orchid-800: #390E71;
--orchid-900: #250949;
--orchid-950: #17062D;
}