Orchid
#9360EB
PurpleColor Codes
All color formats for development
HEX
#9360EBRGB
rgb(147, 96, 235)HSL
hsl(262, 78%, 65%)OKLCH
oklch(0.611 0.201 296.9)CMYK
cmyk(37%, 59%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7F43E8
2#6B25E4
3#5C1ACF
4#4F16B1
5#421294
6#350F76
7#270B59
8#1A073B
9#0D041E
Tints
Lighter variations
1#9E70ED
2#A980EF
3#B490F1
4#BEA0F3
5#C9B0F5
6#D4BFF7
7#DFCFF9
8#E9DFFB
9#F4EFFD
Tones
Muted variations
1#9567E4
2#976EDD
3#9975D6
4#9B7CD0
5#9C83C9
6#9E8AC2
7#A091BB
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 | D7C4 #D7C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | B897 #B897F2 | BordersInactive statesPlaceholder text |
| 400 | 9360 #9360EB | Disabled statesSecondary iconsMuted text |
| 500 | 7433 #7433E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5919 #5919C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4714 #47149F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 320E #320E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2009 #200949 | 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: #D7C4F8;
--orchid-300: #B897F2;
--orchid-400: #9360EB;
--orchid-500: #7433E6;
--orchid-600: #5919C8;
--orchid-700: #47149F;
--orchid-800: #320E71;
--orchid-900: #200949;
--orchid-950: #14062D;
}