Orchid
#9356F5
PurpleColor Codes
All color formats for development
HEX
#9356F5RGB
rgb(147, 86, 245)HSL
hsl(263, 89%, 65%)OKLCH
oklch(0.604 0.226 296.7)CMYK
cmyk(40%, 65%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7F37F3
2#6B18F2
3#5C0DDB
4#4F0BBC
5#42099D
6#35077D
7#27055E
8#1A043F
9#0D021F
Tints
Lighter variations
1#9E67F6
2#A978F7
3#B489F8
4#BE9AF9
5#C9ABFA
6#D4BCFB
7#DFCCFC
8#E9DDFD
9#F4EEFE
Tones
Muted variations
1#955EED
2#9766E5
3#996EDD
4#9B76D5
5#9C7ECD
6#9E86C6
7#A08EBE
8#A296B6
9#A49EAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F1 #F6F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9DD #E9DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7C0 #D7C0FB | Secondary backgroundsInput backgroundsDividers |
| 300 | B890 #B890F9 | BordersInactive statesPlaceholder text |
| 400 | 9356 #9356F5 | Disabled statesSecondary iconsMuted text |
| 500 | 7426 #7426F2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 590C #590CD4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 470A #470AA9 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3307 #330778 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2004 #20044D | Primary textHigh emphasis contentDark headings |
| 950 | 1403 #140330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #F6F1FE;
--orchid-100: #E9DDFD;
--orchid-200: #D7C0FB;
--orchid-300: #B890F9;
--orchid-400: #9356F5;
--orchid-500: #7426F2;
--orchid-600: #590CD4;
--orchid-700: #470AA9;
--orchid-800: #330778;
--orchid-900: #20044D;
--orchid-950: #140330;
}