Orchid
#9B56F5
PurpleColor Codes
All color formats for development
HEX
#9B56F5RGB
rgb(155, 86, 245)HSL
hsl(266, 89%, 65%)OKLCH
oklch(0.613 0.227 299.6)CMYK
cmyk(37%, 65%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8937F3
2#7618F2
3#660DDB
4#580BBC
5#49099D
6#3A077D
7#2C055E
8#1D043F
9#0F021F
Tints
Lighter variations
1#A567F6
2#AF78F7
3#B989F8
4#C39AF9
5#CDABFA
6#D7BCFB
7#E1CCFC
8#EBDDFD
9#F5EEFE
Tones
Muted variations
1#9C5EED
2#9D66E5
3#9E6EDD
4#9F76D5
5#A07ECD
6#A286C6
7#A38EBE
8#A496B6
9#A59EAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F1 #F6F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBDD #EBDDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | DAC0 #DAC0FB | Secondary backgroundsInput backgroundsDividers |
| 300 | BD90 #BD90F9 | BordersInactive statesPlaceholder text |
| 400 | 9B56 #9B56F5 | Disabled statesSecondary iconsMuted text |
| 500 | 7F26 #7F26F2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 630C #630CD4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4F0A #4F0AA9 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3807 #380778 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2404 #24044D | Primary textHigh emphasis contentDark headings |
| 950 | 1603 #160330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #F6F1FE;
--orchid-100: #EBDDFD;
--orchid-200: #DAC0FB;
--orchid-300: #BD90F9;
--orchid-400: #9B56F5;
--orchid-500: #7F26F2;
--orchid-600: #630CD4;
--orchid-700: #4F0AA9;
--orchid-800: #380778;
--orchid-900: #24044D;
--orchid-950: #160330;
}