Orchid
#A865E7
PurpleColor Codes
All color formats for development
HEX
#A865E7RGB
rgb(168, 101, 231)HSL
hsl(271, 73%, 65%)OKLCH
oklch(0.638 0.193 305.4)CMYK
cmyk(27%, 56%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9848E2
2#882BDE
3#771FC9
4#661BAC
5#55168F
6#441273
7#330D56
8#220939
9#11041D
Tints
Lighter variations
1#B174E9
2#B983EC
3#C293EE
4#CBA2F1
5#D3B2F3
6#DCC1F5
7#E5D1F8
8#EEE0FA
9#F6F0FD
Tones
Muted variations
1#A86BE0
2#A772DA
3#A778D3
4#A77FCD
5#A785C6
6#A78CC0
7#A692B9
8#A699B3
9#A69FAC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F8F2 #F8F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EEE0 #EEE0FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | DFC6 #DFC6F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | C69A #C69AEF | BordersInactive statesPlaceholder text |
| 400 | A865 #A865E7 | Disabled statesSecondary iconsMuted text |
| 500 | 8F38 #8F38E0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 731E #731EC2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5B18 #5B189A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4111 #41116E | Text on light backgroundsHeadingsStrong borders |
| 900 | 2A0B #2A0B47 | Primary textHigh emphasis contentDark headings |
| 950 | 1A07 #1A072C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #F8F2FD;
--orchid-100: #EEE0FA;
--orchid-200: #DFC6F6;
--orchid-300: #C69AEF;
--orchid-400: #A865E7;
--orchid-500: #8F38E0;
--orchid-600: #731EC2;
--orchid-700: #5B189A;
--orchid-800: #41116E;
--orchid-900: #2A0B47;
--orchid-950: #1A072C;
}