Orchid
#9A60EB
PurpleColor Codes
All color formats for development
HEX
#9A60EBRGB
rgb(154, 96, 235)HSL
hsl(265, 78%, 65%)OKLCH
oklch(0.618 0.202 299.7)CMYK
cmyk(34%, 59%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8743E8
2#7525E4
3#651ACF
4#5716B1
5#481294
6#3A0F76
7#2B0B59
8#1D073B
9#0E041E
Tints
Lighter variations
1#A470ED
2#AE80EF
3#B890F1
4#C2A0F3
5#CDB0F5
6#D7BFF7
7#E1CFF9
8#EBDFFB
9#F5EFFD
Tones
Muted variations
1#9B67E4
2#9C6EDD
3#9E75D6
4#9F7CD0
5#A083C9
6#A18AC2
7#A291BB
8#A398B4
9#A59FAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F1 #F6F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBDF #EBDFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | DAC4 #DAC4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | BD97 #BD97F2 | BordersInactive statesPlaceholder text |
| 400 | 9A60 #9A60EB | Disabled statesSecondary iconsMuted text |
| 500 | 7D33 #7D33E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6219 #6219C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4E14 #4E149F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 370E #370E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2309 #230949 | 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: #F6F1FD;
--orchid-100: #EBDFFB;
--orchid-200: #DAC4F8;
--orchid-300: #BD97F2;
--orchid-400: #9A60EB;
--orchid-500: #7D33E6;
--orchid-600: #6219C8;
--orchid-700: #4E149F;
--orchid-800: #370E71;
--orchid-900: #230949;
--orchid-950: #16062D;
}