Orchid
#9B55F7
PurpleColor Codes
All color formats for development
HEX
#9B55F7RGB
rgb(155, 85, 247)HSL
hsl(266, 91%, 65%)OKLCH
oklch(0.613 0.23 299.3)CMYK
cmyk(37%, 66%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8835F5
2#7615F4
3#660ADE
4#5709BE
5#49079E
6#3A067F
7#2C045F
8#1D033F
9#0F0120
Tints
Lighter variations
1#A566F8
2#AF77F9
3#B988F9
4#C399FA
5#CDAAFB
6#D7BBFC
7#E1CCFD
8#EBDDFD
9#F5EEFE
Tones
Muted variations
1#9C5DEF
2#9D65E7
3#9E6DDF
4#9F75D6
5#A07DCE
6#A185C6
7#A38DBE
8#A496B6
9#A59EAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F0 #F6F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBDD #EBDDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | DAC0 #DAC0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | BD8F #BD8FFA | BordersInactive statesPlaceholder text |
| 400 | 9B55 #9B55F7 | Disabled statesSecondary iconsMuted text |
| 500 | 7E24 #7E24F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 630A #630AD6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4E08 #4E08AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3806 #38067A | Text on light backgroundsHeadingsStrong borders |
| 900 | 2404 #24044E | Primary textHigh emphasis contentDark headings |
| 950 | 1602 #160231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #F6F0FE;
--orchid-100: #EBDDFD;
--orchid-200: #DAC0FC;
--orchid-300: #BD8FFA;
--orchid-400: #9B55F7;
--orchid-500: #7E24F5;
--orchid-600: #630AD6;
--orchid-700: #4E08AA;
--orchid-800: #38067A;
--orchid-900: #24044E;
--orchid-950: #160231;
}