Orchid
#9C2FE9
PurpleColor Codes
All color formats for development
HEX
#9C2FE9RGB
rgb(156, 47, 233)HSL
hsl(275, 81%, 55%)OKLCH
oklch(0.564 0.257 305.9)CMYK
cmyk(33%, 80%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8F18E4
2#7F15CB
3#6F13B2
4#601098
5#500D7F
6#400B66
7#30084C
8#200533
9#100319
Tints
Lighter variations
1#A644EB
2#B059EE
3#BA6EF0
4#C382F2
5#CD97F4
6#D7ACF6
7#E1C1F8
8#EBD5FB
9#F5EAFD
Tones
Muted variations
1#9A39E0
2#9942D7
3#974BCD
4#9654C4
5#945EBB
6#9267B1
7#9170A8
8#8F7A9F
9#8E8396
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F8F1 #F8F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F0DF #F0DFFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | E2C3 #E2C3F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | CC95 #CC95F4 | BordersInactive statesPlaceholder text |
| 400 | B25D #B25DEE | Disabled statesSecondary iconsMuted text |
| 500 | 9C2F #9C2FE9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 7F15 #7F15CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6511 #6511A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 480C #480C73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2E08 #2E084A | Primary textHigh emphasis contentDark headings |
| 950 | 1D05 #1D052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #F8F1FE;
--orchid-100: #F0DFFC;
--orchid-200: #E2C3F9;
--orchid-300: #CC95F4;
--orchid-400: #B25DEE;
--orchid-500: #9C2FE9;
--orchid-600: #7F15CB;
--orchid-700: #6511A2;
--orchid-800: #480C73;
--orchid-900: #2E084A;
--orchid-950: #1D052E;
}