Orchid
#A32BEE
PurpleColor Codes
All color formats for development
HEX
#A32BEERGB
rgb(163, 43, 238)HSL
hsl(277, 85%, 55%)OKLCH
oklch(0.574 0.266 307.3)CMYK
cmyk(32%, 82%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9713EA
2#8611D0
3#760FB6
4#650D9C
5#540B82
6#430868
7#32064E
8#220434
9#11021A
Tints
Lighter variations
1#AC40F0
2#B555F1
3#BF6AF3
4#C880F5
5#D195F6
6#DAAAF8
7#E3BFFA
8#EDD5FC
9#F6EAFD
Tones
Muted variations
1#A134E4
2#9E3EDA
3#9C48D1
4#9A52C7
5#985BBD
6#9565B3
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 #F1DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | E4C2 #E4C2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | D092 #D092F6 | BordersInactive statesPlaceholder text |
| 400 | B75A #B75AF2 | Disabled statesSecondary iconsMuted text |
| 500 | A32B #A32BEE | Primary brand colorCTAsActive elementsLinks |
| 600 | 8611 #8611D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6B0D #6B0DA5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4C0A #4C0A76 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3106 #31064B | 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: #F1DEFC;
--orchid-200: #E4C2FA;
--orchid-300: #D092F6;
--orchid-400: #B75AF2;
--orchid-500: #A32BEE;
--orchid-600: #8611D0;
--orchid-700: #6B0DA5;
--orchid-800: #4C0A76;
--orchid-900: #31064B;
--orchid-950: #1F042F;
}