Orchid
#9333EA
PurpleColor Codes
All color formats for development
HEX
#9333EARGB
rgb(147, 51, 234)HSL
hsl(271, 81%, 56%)OKLCH
oklch(0.558 0.252 302.3)CMYK
cmyk(37%, 78%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#841AE7
2#7516CF
3#6713B5
4#58109B
5#490E81
6#3B0B67
7#2C084E
8#1D0534
9#0F031A
Tints
Lighter variations
1#9D48EC
2#A85DEE
3#B371F0
4#BD85F2
5#C899F4
6#D3AEF6
7#DEC2F9
8#E9D6FB
9#F4EBFD
Tones
Muted variations
1#923DE1
2#9146D8
3#914FCE
4#9158C5
5#9061BC
6#906AB3
7#9074AA
8#8F7DA1
9#8F8698
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F8F1 #F8F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EEDF #EEDFFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | DFC3 #DFC3F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | C695 #C695F4 | BordersInactive statesPlaceholder text |
| 400 | A85D #A85DEE | Disabled statesSecondary iconsMuted text |
| 500 | 8F2F #8F2FE9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 7315 #7315CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5C11 #5C11A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 410C #410C73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2A08 #2A084A | Primary textHigh emphasis contentDark headings |
| 950 | 1A05 #1A052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #F8F1FE;
--orchid-100: #EEDFFC;
--orchid-200: #DFC3F9;
--orchid-300: #C695F4;
--orchid-400: #A85DEE;
--orchid-500: #8F2FE9;
--orchid-600: #7315CB;
--orchid-700: #5C11A2;
--orchid-800: #410C73;
--orchid-900: #2A084A;
--orchid-950: #1A052E;
}