Orchid
#A360EB
PurpleColor Codes
All color formats for development
HEX
#A360EBRGB
rgb(163, 96, 235)HSL
hsl(269, 78%, 65%)OKLCH
oklch(0.628 0.204 303.2)CMYK
cmyk(31%, 59%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9243E8
2#8125E4
3#711ACF
4#6116B1
5#511294
6#410F76
7#300B59
8#20073B
9#10041E
Tints
Lighter variations
1#AD70ED
2#B680EF
3#BF90F1
4#C8A0F3
5#D1B0F5
6#DABFF7
7#E4CFF9
8#EDDFFB
9#F6EFFD
Tones
Muted variations
1#A467E4
2#A46EDD
3#A475D6
4#A47CD0
5#A583C9
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 | C397 #C397F2 | BordersInactive statesPlaceholder text |
| 400 | A360 #A360EB | Disabled statesSecondary iconsMuted text |
| 500 | 8933 #8933E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6D19 #6D19C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5714 #57149F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3E0E #3E0E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2809 #280949 | 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: #F7F1FD;
--orchid-100: #EDDFFB;
--orchid-200: #DDC4F8;
--orchid-300: #C397F2;
--orchid-400: #A360EB;
--orchid-500: #8933E6;
--orchid-600: #6D19C8;
--orchid-700: #57149F;
--orchid-800: #3E0E71;
--orchid-900: #280949;
--orchid-950: #19062D;
}