Orchid
#9F5DEE
PurpleColor Codes
All color formats for development
HEX
#9F5DEERGB
rgb(159, 93, 238)HSL
hsl(267, 81%, 65%)OKLCH
oklch(0.621 0.211 301.5)CMYK
cmyk(33%, 61%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8D3FEB
2#7B21E8
3#6B16D2
4#5B13B4
5#4C1096
6#3D0D78
7#2E095A
8#1E063C
9#0F031E
Tints
Lighter variations
1#A86EF0
2#B27EF1
3#BB8EF3
4#C59EF5
5#CFAEF7
6#D8BEF8
7#E2CFFA
8#ECDFFC
9#F5EFFD
Tones
Muted variations
1#9F65E7
2#A06CE0
3#A173D8
4#A17AD1
5#A282CA
6#A389C3
7#A490BB
8#A497B4
9#A59FAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F1 #F7F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | ECDF #ECDFFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | DBC3 #DBC3F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | C095 #C095F4 | BordersInactive statesPlaceholder text |
| 400 | 9F5D #9F5DEE | Disabled statesSecondary iconsMuted text |
| 500 | 832F #832FE9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6715 #6715CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5211 #5211A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3B0C #3B0C73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2508 #25084A | Primary textHigh emphasis contentDark headings |
| 950 | 1705 #17052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #F7F1FE;
--orchid-100: #ECDFFC;
--orchid-200: #DBC3F9;
--orchid-300: #C095F4;
--orchid-400: #9F5DEE;
--orchid-500: #832FE9;
--orchid-600: #6715CB;
--orchid-700: #5211A2;
--orchid-800: #3B0C73;
--orchid-900: #25084A;
--orchid-950: #17052E;
}