Orchid
#A362EA
PurpleColor Codes
All color formats for development
HEX
#A362EARGB
rgb(163, 98, 234)HSL
hsl(269, 76%, 65%)OKLCH
oklch(0.63 0.2 303.2)CMYK
cmyk(30%, 58%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9245E6
2#8128E2
3#711CCC
4#6118AF
5#511492
6#411075
7#300C58
8#20083A
9#10041D
Tints
Lighter variations
1#AD72EC
2#B681EE
3#BF91F0
4#C8A1F2
5#D1B0F4
6#DAC0F6
7#E4D0F9
8#EDE0FB
9#F6EFFD
Tones
Muted variations
1#A469E3
2#A46FDC
3#A476D5
4#A47DCE
5#A584C8
6#A58BC1
7#A591BA
8#A598B3
9#A69FAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F2 #F7F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EDE0 #EDE0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | DDC5 #DDC5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | C398 #C398F1 | BordersInactive statesPlaceholder text |
| 400 | A362 #A362EA | Disabled statesSecondary iconsMuted text |
| 500 | 8935 #8935E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6D1B #6D1BC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5715 #57159D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3E0F #3E0F70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 280A #280A48 | Primary textHigh emphasis contentDark headings |
| 950 | 1906 #19062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #F7F2FD;
--orchid-100: #EDE0FB;
--orchid-200: #DDC5F7;
--orchid-300: #C398F1;
--orchid-400: #A362EA;
--orchid-500: #8935E3;
--orchid-600: #6D1BC5;
--orchid-700: #57159D;
--orchid-800: #3E0F70;
--orchid-900: #280A48;
--orchid-950: #19062D;
}