Orchid
#9660EB
PurpleColor Codes
All color formats for development
HEX
#9660EBRGB
rgb(150, 96, 235)HSL
hsl(263, 78%, 65%)OKLCH
oklch(0.614 0.202 298.1)CMYK
cmyk(36%, 59%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8243E8
2#6E25E4
3#5F1ACF
4#5116B1
5#441294
6#360F76
7#290B59
8#1B073B
9#0E041E
Tints
Lighter variations
1#A070ED
2#AB80EF
3#B590F1
4#C0A0F3
5#CAB0F5
6#D5BFF7
7#DFCFF9
8#EADFFB
9#F4EFFD
Tones
Muted variations
1#9767E4
2#996EDD
3#9A75D6
4#9C7CD0
5#9E83C9
6#9F8AC2
7#A191BB
8#A398B4
9#A49FAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F1 #F6F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EADF #EADFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | D8C4 #D8C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | BA97 #BA97F2 | BordersInactive statesPlaceholder text |
| 400 | 9660 #9660EB | Disabled statesSecondary iconsMuted text |
| 500 | 7733 #7733E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5C19 #5C19C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4914 #49149F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 340E #340E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2109 #210949 | Primary textHigh emphasis contentDark headings |
| 950 | 1506 #15062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #F6F1FD;
--orchid-100: #EADFFB;
--orchid-200: #D8C4F8;
--orchid-300: #BA97F2;
--orchid-400: #9660EB;
--orchid-500: #7733E6;
--orchid-600: #5C19C8;
--orchid-700: #49149F;
--orchid-800: #340E71;
--orchid-900: #210949;
--orchid-950: #15062D;
}