Orchid
#A352FA
PurpleColor Codes
All color formats for development
HEX
#A352FARGB
rgb(163, 82, 250)HSL
hsl(269, 94%, 65%)OKLCH
oklch(0.62 0.238 301.9)CMYK
cmyk(35%, 67%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9232F9
2#8112F8
3#7007E1
4#6006C1
5#5005A1
6#400481
7#300360
8#200240
9#100120
Tints
Lighter variations
1#AC63FA
2#B574FB
3#BF86FB
4#C897FC
5#D1A8FC
6#DABAFD
7#E3CBFD
8#EDDCFE
9#F6EEFE
Tones
Muted variations
1#A35AF1
2#A463E9
3#A46BE0
4#A473D8
5#A47CD0
6#A584C7
7#A58DBF
8#A595B7
9#A59DAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F0 #F7F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EDDC #EDDCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | DDBF #DDBFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | C38D #C38DFB | BordersInactive statesPlaceholder text |
| 400 | A352 #A352FA | Disabled statesSecondary iconsMuted text |
| 500 | 8920 #8920F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6D07 #6D07DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5605 #5605AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3E04 #3E047C | Text on light backgroundsHeadingsStrong borders |
| 900 | 2802 #28024F | 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: #F7F0FF;
--orchid-100: #EDDCFE;
--orchid-200: #DDBFFD;
--orchid-300: #C38DFB;
--orchid-400: #A352FA;
--orchid-500: #8920F8;
--orchid-600: #6D07DA;
--orchid-700: #5605AD;
--orchid-800: #3E047C;
--orchid-900: #28024F;
--orchid-950: #190231;
}