Orchid
#9361EA
PurpleColor Codes
All color formats for development
HEX
#9361EARGB
rgb(147, 97, 234)HSL
hsl(262, 77%, 65%)OKLCH
oklch(0.612 0.199 297)CMYK
cmyk(37%, 59%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7F44E7
2#6B26E3
3#5C1BCD
4#4F17B0
5#421393
6#350F75
7#280B58
8#1A083B
9#0D041D
Tints
Lighter variations
1#9E71ED
2#A981EF
3#B490F1
4#BEA0F3
5#C9B0F5
6#D4C0F7
7#DFD0F9
8#E9DFFB
9#F4EFFD
Tones
Muted variations
1#9568E4
2#976FDD
3#9976D6
4#9B7DCF
5#9D83C8
6#9E8AC1
7#A091BA
8#A298B3
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 #D7C4F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B897 #B897F2 | BordersInactive statesPlaceholder text |
| 400 | 9361 #9361EA | Disabled statesSecondary iconsMuted text |
| 500 | 7534 #7534E5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 591A #591AC7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4715 #47159E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 330F #330F71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2009 #200948 | 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: #D7C4F7;
--orchid-300: #B897F2;
--orchid-400: #9361EA;
--orchid-500: #7534E5;
--orchid-600: #591AC7;
--orchid-700: #47159E;
--orchid-800: #330F71;
--orchid-900: #200948;
--orchid-950: #14062D;
}