Orchid
#A32AEF
PurpleColor Codes
All color formats for development
HEX
#A32AEFRGB
rgb(163, 42, 239)HSL
hsl(277, 86%, 55%)OKLCH
oklch(0.574 0.267 307.1)CMYK
cmyk(32%, 82%, 0%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9812EB
2#8710D1
3#760EB7
4#650C9D
5#540A82
6#430868
7#33064E
8#220434
9#11021A
Tints
Lighter variations
1#AC3FF1
2#B654F2
3#BF6AF4
4#C87FF5
5#D194F7
6#DAAAF9
7#E3BFFA
8#EDD4FC
9#F6EAFD
Tones
Muted variations
1#A133E5
2#9F3DDB
3#9C47D1
4#9A51C7
5#985BBE
6#9565B4
7#936FAA
8#9179A0
9#8F8296
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F9F1 #F9F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F1DE #F1DEFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | E5C1 #E5C1FA | Secondary backgroundsInput backgroundsDividers |
| 300 | D092 #D092F7 | BordersInactive statesPlaceholder text |
| 400 | B859 #B859F3 | Disabled statesSecondary iconsMuted text |
| 500 | A32A #A32AEF | Primary brand colorCTAsActive elementsLinks |
| 600 | 8710 #8710D1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6B0C #6B0CA6 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4D09 #4D0977 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3106 #31064C | Primary textHigh emphasis contentDark headings |
| 950 | 1F04 #1F042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #F9F1FE;
--orchid-100: #F1DEFD;
--orchid-200: #E5C1FA;
--orchid-300: #D092F7;
--orchid-400: #B859F3;
--orchid-500: #A32AEF;
--orchid-600: #8710D1;
--orchid-700: #6B0CA6;
--orchid-800: #4D0977;
--orchid-900: #31064C;
--orchid-950: #1F042F;
}