Orchid
#9327F1
PurpleColor Codes
All color formats for development
HEX
#9327F1RGB
rgb(147, 39, 241)HSL
hsl(272, 88%, 55%)OKLCH
oklch(0.554 0.268 301.6)CMYK
cmyk(39%, 84%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#860FED
2#770DD3
3#680CB9
4#590A9E
5#4A0884
6#3B0769
7#2D054F
8#1E0335
9#0F021A
Tints
Lighter variations
1#9E3DF3
2#A952F4
3#B368F5
4#BE7EF7
5#C993F8
6#D4A9F9
7#DFBEFB
8#E9D4FC
9#F4E9FE
Tones
Muted variations
1#9231E7
2#923BDD
3#9146D3
4#9050C9
5#905ABF
6#8F64B5
7#8E6EAB
8#8E78A0
9#8D8296
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F8F1 #F8F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EEDD #EEDDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | E0C1 #E0C1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | C891 #C891F8 | BordersInactive statesPlaceholder text |
| 400 | AB57 #AB57F4 | Disabled statesSecondary iconsMuted text |
| 500 | 9327 #9327F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 770D #770DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5E0B #5E0BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4308 #430878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2B05 #2B054D | Primary textHigh emphasis contentDark headings |
| 950 | 1B03 #1B0330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #F8F1FE;
--orchid-100: #EEDDFD;
--orchid-200: #E0C1FB;
--orchid-300: #C891F8;
--orchid-400: #AB57F4;
--orchid-500: #9327F1;
--orchid-600: #770DD3;
--orchid-700: #5E0BA8;
--orchid-800: #430878;
--orchid-900: #2B054D;
--orchid-950: #1B0330;
}