Orchid
#9B32E7
PurpleColor Codes
All color formats for development
HEX
#9B32E7RGB
rgb(155, 50, 231)HSL
hsl(275, 79%, 55%)OKLCH
oklch(0.564 0.252 305.8)CMYK
cmyk(33%, 78%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8F1BE2
2#7F18C9
3#6F15B0
4#5F1297
5#4F0F7E
6#3F0C64
7#30094B
8#200632
9#100319
Tints
Lighter variations
1#A546E9
2#AF5BEC
3#B96FEE
4#C384F1
5#CD98F3
6#D7ADF5
7#E1C1F8
8#EBD6FA
9#F5EAFD
Tones
Muted variations
1#9A3BDE
2#9844D5
3#974DCC
4#9556C3
5#945FBA
6#9268B1
7#9171A7
8#8F7A9E
9#8E8395
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F8F1 #F8F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F0DF #F0DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | E2C4 #E2C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | CC96 #CC96F3 | BordersInactive statesPlaceholder text |
| 400 | B25F #B25FEC | Disabled statesSecondary iconsMuted text |
| 500 | 9B32 #9B32E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 7F18 #7F18C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6513 #6513A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 480D #480D72 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2E09 #2E0949 | 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: #F8F1FD;
--orchid-100: #F0DFFB;
--orchid-200: #E2C4F8;
--orchid-300: #CC96F3;
--orchid-400: #B25FEC;
--orchid-500: #9B32E7;
--orchid-600: #7F18C9;
--orchid-700: #6513A0;
--orchid-800: #480D72;
--orchid-900: #2E0949;
--orchid-950: #1D052E;
}