Orchid
#9160EB
PurpleColor Codes
All color formats for development
HEX
#9160EBRGB
rgb(145, 96, 235)HSL
hsl(261, 78%, 65%)OKLCH
oklch(0.609 0.201 296.2)CMYK
cmyk(38%, 59%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7C43E8
2#6825E4
3#591ACF
4#4C16B1
5#3F1294
6#330F76
7#260B59
8#19073B
9#0D041E
Tints
Lighter variations
1#9C70ED
2#A780EF
3#B290F1
4#BDA0F3
5#C8B0F5
6#D3BFF7
7#DECFF9
8#E9DFFB
9#F4EFFD
Tones
Muted variations
1#9367E4
2#956EDD
3#9775D6
4#997CD0
5#9B83C9
6#9D8AC2
7#9F91BB
8#A298B4
9#A49FAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F1 #F6F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9DF #E9DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | D6C4 #D6C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | B797 #B797F2 | BordersInactive statesPlaceholder text |
| 400 | 9160 #9160EB | Disabled statesSecondary iconsMuted text |
| 500 | 7133 #7133E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5619 #5619C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4414 #44149F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 310E #310E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1F09 #1F0949 | Primary textHigh emphasis contentDark headings |
| 950 | 1406 #14062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #F6F1FD;
--orchid-100: #E9DFFB;
--orchid-200: #D6C4F8;
--orchid-300: #B797F2;
--orchid-400: #9160EB;
--orchid-500: #7133E6;
--orchid-600: #5619C8;
--orchid-700: #44149F;
--orchid-800: #310E71;
--orchid-900: #1F0949;
--orchid-950: #14062D;
}