Orchid
#9D4EFD
PurpleColor Codes
All color formats for development
HEX
#9D4EFDRGB
rgb(157, 78, 253)HSL
hsl(267, 98%, 65%)OKLCH
oklch(0.611 0.245 299.7)CMYK
cmyk(38%, 69%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8B2DFD
2#790DFD
3#6902E6
4#5A02C5
5#4B02A4
6#3C0183
7#2D0162
8#1E0142
9#0F0021
Tints
Lighter variations
1#A760FD
2#B172FE
3#BA83FE
4#C495FE
5#CEA7FE
6#D8B8FE
7#E2CAFE
8#EBDCFF
9#F5EDFF
Tones
Muted variations
1#9E57F4
2#9F60EC
3#A069E3
4#A171DA
5#A17AD1
6#A283C9
7#A38CC0
8#A494B7
9#A59DAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F0 #F7F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBDC #EBDCFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | DBBD #DBBDFE | Secondary backgroundsInput backgroundsDividers |
| 300 | BF8B #BF8BFE | BordersInactive statesPlaceholder text |
| 400 | 9D4E #9D4EFD | Disabled statesSecondary iconsMuted text |
| 500 | 811C #811CFD | Primary brand colorCTAsActive elementsLinks |
| 600 | 6502 #6502DE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5102 #5102B1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3A01 #3A017E | Text on light backgroundsHeadingsStrong borders |
| 900 | 2501 #250151 | Primary textHigh emphasis contentDark headings |
| 950 | 1701 #170132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #F7F0FF;
--orchid-100: #EBDCFF;
--orchid-200: #DBBDFE;
--orchid-300: #BF8BFE;
--orchid-400: #9D4EFD;
--orchid-500: #811CFD;
--orchid-600: #6502DE;
--orchid-700: #5102B1;
--orchid-800: #3A017E;
--orchid-900: #250151;
--orchid-950: #170132;
}