Orchid
#A162EA
PurpleColor Codes
All color formats for development
HEX
#A162EARGB
rgb(161, 98, 234)HSL
hsl(268, 76%, 65%)OKLCH
oklch(0.628 0.199 302.4)CMYK
cmyk(31%, 58%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9045E6
2#7E28E2
3#6E1CCC
4#5E18AF
5#4F1492
6#3F1075
7#2F0C58
8#1F083A
9#10041D
Tints
Lighter variations
1#AB72EC
2#B481EE
3#BD91F0
4#C7A1F2
5#D0B0F4
6#D9C0F6
7#E3D0F9
8#ECE0FB
9#F6EFFD
Tones
Muted variations
1#A269E3
2#A26FDC
3#A376D5
4#A37DCE
5#A384C8
6#A48BC1
7#A491BA
8#A598B3
9#A59FAD
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 #C198F1 | BordersInactive statesPlaceholder text |
| 400 | A162 #A162EA | Disabled statesSecondary iconsMuted text |
| 500 | 8635 #8635E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6B1B #6B1BC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5515 #55159D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3D0F #3D0F70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 270A #270A48 | 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: #C198F1;
--orchid-400: #A162EA;
--orchid-500: #8635E3;
--orchid-600: #6B1BC5;
--orchid-700: #55159D;
--orchid-800: #3D0F70;
--orchid-900: #270A48;
--orchid-950: #18062D;
}