Orchid
#9765E7
PurpleColor Codes
All color formats for development
HEX
#9765E7RGB
rgb(151, 101, 231)HSL
hsl(263, 73%, 65%)OKLCH
oklch(0.62 0.19 298.4)CMYK
cmyk(35%, 56%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8348E2
2#702BDE
3#601FC9
4#531BAC
5#45168F
6#371273
7#290D56
8#1C0939
9#0E041D
Tints
Lighter variations
1#A174E9
2#AB83EC
3#B693EE
4#C0A2F1
5#CBB2F3
6#D5C1F5
7#E0D1F8
8#EAE0FA
9#F5F0FD
Tones
Muted variations
1#986BE0
2#9A72DA
3#9B78D3
4#9D7FCD
5#9E85C6
6#A08CC0
7#A192B9
8#A399B3
9#A49FAC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F2 #F6F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAE0 #EAE0FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | D8C6 #D8C6F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | BA9A #BA9AEF | BordersInactive statesPlaceholder text |
| 400 | 9765 #9765E7 | Disabled statesSecondary iconsMuted text |
| 500 | 7938 #7938E0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5D1E #5D1EC2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4A18 #4A189A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3511 #35116E | Text on light backgroundsHeadingsStrong borders |
| 900 | 220B #220B47 | Primary textHigh emphasis contentDark headings |
| 950 | 1507 #15072C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #F6F2FD;
--orchid-100: #EAE0FA;
--orchid-200: #D8C6F6;
--orchid-300: #BA9AEF;
--orchid-400: #9765E7;
--orchid-500: #7938E0;
--orchid-600: #5D1EC2;
--orchid-700: #4A189A;
--orchid-800: #35116E;
--orchid-900: #220B47;
--orchid-950: #15072C;
}