Orchid
#A165E6
PurpleColor Codes
All color formats for development
HEX
#A165E6RGB
rgb(161, 101, 230)HSL
hsl(268, 72%, 65%)OKLCH
oklch(0.63 0.19 302.8)CMYK
cmyk(30%, 56%, 0%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9049E1
2#7F2CDD
3#6E20C8
4#5F1CAB
5#4F178F
6#3F1372
7#2F0E56
8#200939
9#10051D
Tints
Lighter variations
1#AB75E9
2#B484EB
3#BE94EE
4#C7A3F0
5#D0B2F3
6#DAC2F5
7#E3D1F8
8#ECE0FA
9#F6F0FD
Tones
Muted variations
1#A26CE0
2#A272D9
3#A379D3
4#A37FCC
5#A486C6
6#A48CBF
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 | C29A #C29AEF | BordersInactive statesPlaceholder text |
| 400 | A165 #A165E6 | Disabled statesSecondary iconsMuted text |
| 500 | 873A #873ADF | Primary brand colorCTAsActive elementsLinks |
| 600 | 6B1F #6B1FC1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5519 #55199A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3D12 #3D126E | Text on light backgroundsHeadingsStrong borders |
| 900 | 270B #270B46 | 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: #C29AEF;
--orchid-400: #A165E6;
--orchid-500: #873ADF;
--orchid-600: #6B1FC1;
--orchid-700: #55199A;
--orchid-800: #3D126E;
--orchid-900: #270B46;
--orchid-950: #18072C;
}