Orchid
#A52FE9
PurpleColor Codes
All color formats for development
HEX
#A52FE9RGB
rgb(165, 47, 233)HSL
hsl(278, 81%, 55%)OKLCH
oklch(0.576 0.259 308.8)CMYK
cmyk(29%, 80%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9918E4
2#8815CB
3#7713B2
4#661098
5#550D7F
6#440B66
7#33084C
8#220533
9#110319
Tints
Lighter variations
1#AE44EB
2#B759EE
3#C06EF0
4#C982F2
5#D297F4
6#DBACF6
7#E4C1F8
8#EDD5FB
9#F6EAFD
Tones
Muted variations
1#A339E0
2#A042D7
3#9E4BCD
4#9B54C4
5#995EBB
6#9667B1
7#9470A8
8#917A9F
9#8F8396
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F9F1 #F9F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F1DF #F1DFFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | E5C3 #E5C3F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | D195 #D195F4 | BordersInactive statesPlaceholder text |
| 400 | B95D #B95DEE | Disabled statesSecondary iconsMuted text |
| 500 | A52F #A52FE9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 8815 #8815CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6D11 #6D11A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4E0C #4E0C73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3208 #32084A | Primary textHigh emphasis contentDark headings |
| 950 | 1F05 #1F052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #F9F1FE;
--orchid-100: #F1DFFC;
--orchid-200: #E5C3F9;
--orchid-300: #D195F4;
--orchid-400: #B95DEE;
--orchid-500: #A52FE9;
--orchid-600: #8815CB;
--orchid-700: #6D11A2;
--orchid-800: #4E0C73;
--orchid-900: #32084A;
--orchid-950: #1F052E;
}