Orchid
#9326F2
PurpleColor Codes
All color formats for development
HEX
#9326F2RGB
rgb(147, 38, 242)HSL
hsl(272, 89%, 55%)OKLCH
oklch(0.555 0.27 301.5)CMYK
cmyk(39%, 84%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#860EEF
2#770CD4
3#680BBA
4#59099F
5#4A0885
6#3B066A
7#2D0550
8#1E0335
9#0F021B
Tints
Lighter variations
1#9E3CF4
2#A951F5
3#B367F6
4#BE7DF7
5#C993F9
6#D4A8FA
7#DFBEFB
8#E9D4FC
9#F4E9FE
Tones
Muted variations
1#9230E8
2#923BDE
3#9145D4
4#904FCA
5#9059BF
6#8F63B5
7#8E6EAB
8#8E78A1
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 | E0C0 #E0C0FB | Secondary backgroundsInput backgroundsDividers |
| 300 | C890 #C890F9 | BordersInactive statesPlaceholder text |
| 400 | AB56 #AB56F5 | Disabled statesSecondary iconsMuted text |
| 500 | 9326 #9326F2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 770C #770CD4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5F0A #5F0AA9 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4407 #440778 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2B04 #2B044D | 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: #E0C0FB;
--orchid-300: #C890F9;
--orchid-400: #AB56F5;
--orchid-500: #9326F2;
--orchid-600: #770CD4;
--orchid-700: #5F0AA9;
--orchid-800: #440778;
--orchid-900: #2B044D;
--orchid-950: #1B0330;
}