Orchid
#9E56F5
PurpleColor Codes
All color formats for development
HEX
#9E56F5RGB
rgb(158, 86, 245)HSL
hsl(267, 89%, 65%)OKLCH
oklch(0.616 0.227 300.6)CMYK
cmyk(36%, 65%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8C37F3
2#7A18F2
3#6A0DDB
4#5B0BBC
5#4B099D
6#3C077D
7#2D055E
8#1E043F
9#0F021F
Tints
Lighter variations
1#A867F6
2#B178F7
3#BB89F8
4#C59AF9
5#CEABFA
6#D8BCFB
7#E2CCFC
8#ECDDFD
9#F5EEFE
Tones
Muted variations
1#9F5EED
2#9F66E5
3#A06EDD
4#A176D5
5#A27ECD
6#A386C6
7#A38EBE
8#A496B6
9#A59EAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F1 #F7F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | ECDD #ECDDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | DBC0 #DBC0FB | Secondary backgroundsInput backgroundsDividers |
| 300 | BF90 #BF90F9 | BordersInactive statesPlaceholder text |
| 400 | 9E56 #9E56F5 | Disabled statesSecondary iconsMuted text |
| 500 | 8226 #8226F2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 660C #660CD4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 510A #510AA9 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3A07 #3A0778 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2504 #25044D | Primary textHigh emphasis contentDark headings |
| 950 | 1703 #170330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #F7F1FE;
--orchid-100: #ECDDFD;
--orchid-200: #DBC0FB;
--orchid-300: #BF90F9;
--orchid-400: #9E56F5;
--orchid-500: #8226F2;
--orchid-600: #660CD4;
--orchid-700: #510AA9;
--orchid-800: #3A0778;
--orchid-900: #25044D;
--orchid-950: #170330;
}