Orchid
#A32CED
PurpleColor Codes
All color formats for development
HEX
#A32CEDRGB
rgb(163, 44, 237)HSL
hsl(277, 84%, 55%)OKLCH
oklch(0.574 0.264 307.5)CMYK
cmyk(31%, 81%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9714E8
2#8612CE
3#7510B5
4#650D9B
5#540B81
6#430967
7#32074D
8#220434
9#11021A
Tints
Lighter variations
1#AC41EE
2#B556F0
3#BE6BF2
4#C880F4
5#D195F6
6#DAABF8
7#E3C0F9
8#EDD5FB
9#F6EAFD
Tones
Muted variations
1#A035E3
2#9E3FD9
3#9C49D0
4#9A52C6
5#975CBC
6#9566B3
7#936FA9
8#9179A0
9#8E8396
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F9F1 #F9F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F1DE #F1DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | E4C2 #E4C2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | D093 #D093F6 | BordersInactive statesPlaceholder text |
| 400 | B75B #B75BF1 | Disabled statesSecondary iconsMuted text |
| 500 | A32C #A32CED | Primary brand colorCTAsActive elementsLinks |
| 600 | 8612 #8612CE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6B0E #6B0EA4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4C0A #4C0A75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3107 #31074B | Primary textHigh emphasis contentDark headings |
| 950 | 1E04 #1E042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #F9F1FE;
--orchid-100: #F1DEFC;
--orchid-200: #E4C2FA;
--orchid-300: #D093F6;
--orchid-400: #B75BF1;
--orchid-500: #A32CED;
--orchid-600: #8612CE;
--orchid-700: #6B0EA4;
--orchid-800: #4C0A75;
--orchid-900: #31074B;
--orchid-950: #1E042F;
}