Orchid
#A35FEC
PurpleColor Codes
All color formats for development
HEX
#A35FECRGB
rgb(163, 95, 236)HSL
hsl(269, 79%, 65%)OKLCH
oklch(0.627 0.206 303.1)CMYK
cmyk(31%, 60%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9242E9
2#8124E5
3#7118D0
4#6115B2
5#511194
6#410E77
7#300A59
8#20073B
9#10031E
Tints
Lighter variations
1#AD6FEE
2#B67FF0
3#BF8FF2
4#C89FF4
5#D1AFF6
6#DABFF8
7#E4CFF9
8#EDDFFB
9#F6EFFD
Tones
Muted variations
1#A466E5
2#A46DDE
3#A474D7
4#A47BD0
5#A582C9
6#A58AC2
7#A591BB
8#A598B4
9#A69FAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F1 #F7F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EDDF #EDDFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | DDC4 #DDC4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | C396 #C396F3 | BordersInactive statesPlaceholder text |
| 400 | A35F #A35FEC | Disabled statesSecondary iconsMuted text |
| 500 | 8932 #8932E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6D18 #6D18C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5713 #5713A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3E0D #3E0D72 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2809 #280949 | Primary textHigh emphasis contentDark headings |
| 950 | 1905 #19052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #F7F1FD;
--orchid-100: #EDDFFB;
--orchid-200: #DDC4F8;
--orchid-300: #C396F3;
--orchid-400: #A35FEC;
--orchid-500: #8932E7;
--orchid-600: #6D18C9;
--orchid-700: #5713A0;
--orchid-800: #3E0D72;
--orchid-900: #280949;
--orchid-950: #19052E;
}