Orchid
#A165E7
PurpleColor Codes
All color formats for development
HEX
#A165E7RGB
rgb(161, 101, 231)HSL
hsl(268, 73%, 65%)OKLCH
oklch(0.63 0.192 302.5)CMYK
cmyk(30%, 56%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9048E2
2#7F2BDE
3#6E1FC9
4#5F1BAC
5#4F168F
6#3F1273
7#2F0D56
8#200939
9#10041D
Tints
Lighter variations
1#AB74E9
2#B483EC
3#BD93EE
4#C7A2F1
5#D0B2F3
6#DAC1F5
7#E3D1F8
8#ECE0FA
9#F6F0FD
Tones
Muted variations
1#A26BE0
2#A272DA
3#A378D3
4#A37FCD
5#A485C6
6#A48CC0
7#A492B9
8#A599B3
9#A59FAC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F2 #F7F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | ECE0 #ECE0FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | DCC6 #DCC6F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | C19A #C19AEF | BordersInactive statesPlaceholder text |
| 400 | A165 #A165E7 | Disabled statesSecondary iconsMuted text |
| 500 | 8738 #8738E0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6B1E #6B1EC2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5518 #55189A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3D11 #3D116E | Text on light backgroundsHeadingsStrong borders |
| 900 | 270B #270B47 | Primary textHigh emphasis contentDark headings |
| 950 | 1807 #18072C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #F7F2FD;
--orchid-100: #ECE0FA;
--orchid-200: #DCC6F6;
--orchid-300: #C19AEF;
--orchid-400: #A165E7;
--orchid-500: #8738E0;
--orchid-600: #6B1EC2;
--orchid-700: #55189A;
--orchid-800: #3D116E;
--orchid-900: #270B47;
--orchid-950: #18072C;
}