Orchid
#9F2FE9
PurpleColor Codes
All color formats for development
HEX
#9F2FE9RGB
rgb(159, 47, 233)HSL
hsl(276, 81%, 55%)OKLCH
oklch(0.568 0.257 306.9)CMYK
cmyk(32%, 80%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9318E4
2#8215CB
3#7213B2
4#621098
5#510D7F
6#410B66
7#31084C
8#210533
9#100319
Tints
Lighter variations
1#A844EB
2#B259EE
3#BC6EF0
4#C582F2
5#CF97F4
6#D9ACF6
7#E2C1F8
8#ECD5FB
9#F5EAFD
Tones
Muted variations
1#9D39E0
2#9B42D7
3#994BCD
4#9754C4
5#965EBB
6#9467B1
7#9270A8
8#907A9F
9#8E8396
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F9F1 #F9F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F0DF #F0DFFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | E3C3 #E3C3F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | CE95 #CE95F4 | BordersInactive statesPlaceholder text |
| 400 | B45D #B45DEE | Disabled statesSecondary iconsMuted text |
| 500 | 9F2F #9F2FE9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 8215 #8215CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6811 #6811A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4A0C #4A0C73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2F08 #2F084A | Primary textHigh emphasis contentDark headings |
| 950 | 1E05 #1E052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #F9F1FE;
--orchid-100: #F0DFFC;
--orchid-200: #E3C3F9;
--orchid-300: #CE95F4;
--orchid-400: #B45DEE;
--orchid-500: #9F2FE9;
--orchid-600: #8215CB;
--orchid-700: #6811A2;
--orchid-800: #4A0C73;
--orchid-900: #2F084A;
--orchid-950: #1E052E;
}