Orchid
#9965E7
PurpleColor Codes
All color formats for development
HEX
#9965E7RGB
rgb(153, 101, 231)HSL
hsl(264, 73%, 65%)OKLCH
oklch(0.622 0.19 299.3)CMYK
cmyk(34%, 56%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8648E2
2#732BDE
3#631FC9
4#551BAC
5#47168F
6#391273
7#2A0D56
8#1C0939
9#0E041D
Tints
Lighter variations
1#A374E9
2#AD83EC
3#B793EE
4#C2A2F1
5#CCB2F3
6#D6C1F5
7#E0D1F8
8#EBE0FA
9#F5F0FD
Tones
Muted variations
1#9A6BE0
2#9B72DA
3#9D78D3
4#9E7FCD
5#9F85C6
6#A18CC0
7#A292B9
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 | EBE0 #EBE0FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | D9C6 #D9C6F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | BC9A #BC9AEF | BordersInactive statesPlaceholder text |
| 400 | 9965 #9965E7 | Disabled statesSecondary iconsMuted text |
| 500 | 7B38 #7B38E0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 601E #601EC2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4C18 #4C189A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3611 #36116E | Text on light backgroundsHeadingsStrong borders |
| 900 | 230B #230B47 | Primary textHigh emphasis contentDark headings |
| 950 | 1607 #16072C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #F6F2FD;
--orchid-100: #EBE0FA;
--orchid-200: #D9C6F6;
--orchid-300: #BC9AEF;
--orchid-400: #9965E7;
--orchid-500: #7B38E0;
--orchid-600: #601EC2;
--orchid-700: #4C189A;
--orchid-800: #36116E;
--orchid-900: #230B47;
--orchid-950: #16072C;
}