Orchid
#9656F5
PurpleColor Codes
All color formats for development
HEX
#9656F5RGB
rgb(150, 86, 245)HSL
hsl(264, 89%, 65%)OKLCH
oklch(0.607 0.226 297.8)CMYK
cmyk(39%, 65%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8237F3
2#6F18F2
3#5F0DDB
4#520BBC
5#44099D
6#36077D
7#29055E
8#1B043F
9#0E021F
Tints
Lighter variations
1#A067F6
2#AB78F7
3#B589F8
4#C09AF9
5#CAABFA
6#D5BCFB
7#DFCCFC
8#EADDFD
9#F4EEFE
Tones
Muted variations
1#975EED
2#9966E5
3#9B6EDD
4#9C76D5
5#9E7ECD
6#9F86C6
7#A18EBE
8#A396B6
9#A49EAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F1 #F6F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EADD #EADDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | D8C0 #D8C0FB | Secondary backgroundsInput backgroundsDividers |
| 300 | BA90 #BA90F9 | BordersInactive statesPlaceholder text |
| 400 | 9656 #9656F5 | Disabled statesSecondary iconsMuted text |
| 500 | 7826 #7826F2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5C0C #5C0CD4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 490A #490AA9 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3407 #340778 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2204 #22044D | Primary textHigh emphasis contentDark headings |
| 950 | 1503 #150330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #F6F1FE;
--orchid-100: #EADDFD;
--orchid-200: #D8C0FB;
--orchid-300: #BA90F9;
--orchid-400: #9656F5;
--orchid-500: #7826F2;
--orchid-600: #5C0CD4;
--orchid-700: #490AA9;
--orchid-800: #340778;
--orchid-900: #22044D;
--orchid-950: #150330;
}