Orchid
#9D65E7
PurpleColor Codes
All color formats for development
HEX
#9D65E7RGB
rgb(157, 101, 231)HSL
hsl(266, 73%, 65%)OKLCH
oklch(0.626 0.191 300.9)CMYK
cmyk(32%, 56%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8B48E2
2#792BDE
3#691FC9
4#5A1BAC
5#4B168F
6#3C1273
7#2D0D56
8#1E0939
9#0F041D
Tints
Lighter variations
1#A774E9
2#B183EC
3#BA93EE
4#C4A2F1
5#CEB2F3
6#D8C1F5
7#E2D1F8
8#EBE0FA
9#F5F0FD
Tones
Muted variations
1#9E6BE0
2#9F72DA
3#A078D3
4#A17FCD
5#A185C6
6#A28CC0
7#A392B9
8#A499B3
9#A59FAC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F2 #F7F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBE0 #EBE0FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | DBC6 #DBC6F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | BF9A #BF9AEF | BordersInactive statesPlaceholder text |
| 400 | 9D65 #9D65E7 | Disabled statesSecondary iconsMuted text |
| 500 | 8138 #8138E0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 651E #651EC2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5118 #51189A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3A11 #3A116E | Text on light backgroundsHeadingsStrong borders |
| 900 | 250B #250B47 | Primary textHigh emphasis contentDark headings |
| 950 | 1707 #17072C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #F7F2FD;
--orchid-100: #EBE0FA;
--orchid-200: #DBC6F6;
--orchid-300: #BF9AEF;
--orchid-400: #9D65E7;
--orchid-500: #8138E0;
--orchid-600: #651EC2;
--orchid-700: #51189A;
--orchid-800: #3A116E;
--orchid-900: #250B47;
--orchid-950: #17072C;
}