Orchid
#A163E9
PurpleColor Codes
All color formats for development
HEX
#A163E9RGB
rgb(161, 99, 233)HSL
hsl(268, 75%, 65%)OKLCH
oklch(0.629 0.197 302.4)CMYK
cmyk(31%, 58%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9046E5
2#7E29E0
3#6E1DCB
4#5E19AE
5#4F1591
6#3F1174
7#2F0C57
8#1F083A
9#10041D
Tints
Lighter variations
1#AB72EB
2#B482ED
3#BD92EF
4#C7A1F2
5#D0B1F4
6#DAC1F6
7#E3D0F8
8#ECE0FB
9#F6EFFD
Tones
Muted variations
1#A26AE2
2#A270DB
3#A377D5
4#A37ECE
5#A484C7
6#A48BC1
7#A492BA
8#A598B3
9#A59FAC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F2 #F7F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | ECE0 #ECE0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | DCC5 #DCC5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | C198 #C198F0 | BordersInactive statesPlaceholder text |
| 400 | A163 #A163E9 | Disabled statesSecondary iconsMuted text |
| 500 | 8736 #8736E2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6B1C #6B1CC4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5516 #55169C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3D10 #3D1070 | Text on light backgroundsHeadingsStrong borders |
| 900 | 270A #270A47 | Primary textHigh emphasis contentDark headings |
| 950 | 1806 #18062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #F7F2FD;
--orchid-100: #ECE0FB;
--orchid-200: #DCC5F7;
--orchid-300: #C198F0;
--orchid-400: #A163E9;
--orchid-500: #8736E2;
--orchid-600: #6B1CC4;
--orchid-700: #55169C;
--orchid-800: #3D1070;
--orchid-900: #270A47;
--orchid-950: #18062D;
}