Orchid
#A463E9
PurpleColor Codes
All color formats for development
HEX
#A463E9RGB
rgb(164, 99, 233)HSL
hsl(269, 75%, 65%)OKLCH
oklch(0.632 0.198 303.6)CMYK
cmyk(30%, 58%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9346E5
2#8229E0
3#711DCB
4#6119AE
5#511591
6#411174
7#300C57
8#20083A
9#10041D
Tints
Lighter variations
1#AD72EB
2#B682ED
3#BF92EF
4#C8A1F2
5#D1B1F4
6#DAC1F6
7#E4D0F8
8#EDE0FB
9#F6EFFD
Tones
Muted variations
1#A46AE2
2#A470DB
3#A477D5
4#A47ECE
5#A584C7
6#A58BC1
7#A592BA
8#A598B3
9#A69FAC
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 #C398F0 | BordersInactive statesPlaceholder text |
| 400 | A463 #A463E9 | Disabled statesSecondary iconsMuted text |
| 500 | 8936 #8936E2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6D1C #6D1CC4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5716 #57169C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3E10 #3E1070 | Text on light backgroundsHeadingsStrong borders |
| 900 | 280A #280A47 | 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: #C398F0;
--orchid-400: #A463E9;
--orchid-500: #8936E2;
--orchid-600: #6D1CC4;
--orchid-700: #57169C;
--orchid-800: #3E1070;
--orchid-900: #280A47;
--orchid-950: #19062D;
}