Orchid
#9C2EEA
PurpleColor Codes
All color formats for development
HEX
#9C2EEARGB
rgb(156, 46, 234)HSL
hsl(275, 82%, 55%)OKLCH
oklch(0.564 0.258 305.7)CMYK
cmyk(33%, 80%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8F17E6
2#8014CC
3#7012B3
4#600F99
5#500D80
6#400A66
7#30084D
8#200533
9#10031A
Tints
Lighter variations
1#A643EC
2#B058EE
3#BA6DF1
4#C482F3
5#CD97F5
6#D7ABF7
7#E1C0F9
8#EBD5FB
9#F5EAFD
Tones
Muted variations
1#9A38E1
2#9941D8
3#974ACE
4#9654C5
5#945DBB
6#9367B2
7#9170A8
8#8F799F
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 | CC94 #CC94F4 | BordersInactive statesPlaceholder text |
| 400 | B25D #B25DEF | Disabled statesSecondary iconsMuted text |
| 500 | 9C2E #9C2EEA | Primary brand colorCTAsActive elementsLinks |
| 600 | 8014 #8014CC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6510 #6510A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 480B #480B74 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2E07 #2E074A | 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: #CC94F4;
--orchid-400: #B25DEF;
--orchid-500: #9C2EEA;
--orchid-600: #8014CC;
--orchid-700: #6510A2;
--orchid-800: #480B74;
--orchid-900: #2E074A;
--orchid-950: #1D052E;
}