Orchid
#A354F8
PurpleColor Codes
All color formats for development
HEX
#A354F8RGB
rgb(163, 84, 248)HSL
hsl(269, 92%, 65%)OKLCH
oklch(0.621 0.234 302.1)CMYK
cmyk(34%, 66%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9234F7
2#8114F5
3#7009DF
4#6008BF
5#50079F
6#40057F
7#30045F
8#200340
9#100120
Tints
Lighter variations
1#AC65F9
2#B576F9
3#BF87FA
4#C898FB
5#D1A9FB
6#DABAFC
7#E3CCFD
8#EDDDFE
9#F6EEFE
Tones
Muted variations
1#A35CF0
2#A464E7
3#A46CDF
4#A474D7
5#A47DCF
6#A585C7
7#A58DBE
8#A595B6
9#A59EAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F0 #F7F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EDDD #EDDDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | DDBF #DDBFFC | Secondary backgroundsInput backgroundsDividers |
| 300 | C38E #C38EFA | BordersInactive statesPlaceholder text |
| 400 | A354 #A354F8 | Disabled statesSecondary iconsMuted text |
| 500 | 8923 #8923F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6D09 #6D09D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5707 #5707AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3E05 #3E057A | Text on light backgroundsHeadingsStrong borders |
| 900 | 2803 #28034E | Primary textHigh emphasis contentDark headings |
| 950 | 1902 #190231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #F7F0FE;
--orchid-100: #EDDDFE;
--orchid-200: #DDBFFC;
--orchid-300: #C38EFA;
--orchid-400: #A354F8;
--orchid-500: #8923F6;
--orchid-600: #6D09D7;
--orchid-700: #5707AB;
--orchid-800: #3E057A;
--orchid-900: #28034E;
--orchid-950: #190231;
}