Orchid
#9E55F7
PurpleColor Codes
All color formats for development
HEX
#9E55F7RGB
rgb(158, 85, 247)HSL
hsl(267, 91%, 65%)OKLCH
oklch(0.616 0.231 300.4)CMYK
cmyk(36%, 66%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8C35F5
2#7915F4
3#690ADE
4#5A09BE
5#4B079E
6#3C067F
7#2D045F
8#1E033F
9#0F0120
Tints
Lighter variations
1#A766F8
2#B177F9
3#BB88F9
4#C599FA
5#CEAAFB
6#D8BBFC
7#E2CCFD
8#ECDDFD
9#F5EEFE
Tones
Muted variations
1#9E5DEF
2#9F65E7
3#A06DDF
4#A175D6
5#A27DCE
6#A385C6
7#A38DBE
8#A496B6
9#A59EAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F0 #F7F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | ECDD #ECDDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | DBC0 #DBC0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | BF8F #BF8FFA | BordersInactive statesPlaceholder text |
| 400 | 9E55 #9E55F7 | Disabled statesSecondary iconsMuted text |
| 500 | 8224 #8224F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 660A #660AD6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5108 #5108AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3A06 #3A067A | Text on light backgroundsHeadingsStrong borders |
| 900 | 2504 #25044E | Primary textHigh emphasis contentDark headings |
| 950 | 1702 #170231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #F7F0FE;
--orchid-100: #ECDDFD;
--orchid-200: #DBC0FC;
--orchid-300: #BF8FFA;
--orchid-400: #9E55F7;
--orchid-500: #8224F5;
--orchid-600: #660AD6;
--orchid-700: #5108AA;
--orchid-800: #3A067A;
--orchid-900: #25044E;
--orchid-950: #170231;
}