Orchid
#A856F5
PurpleColor Codes
All color formats for development
HEX
#A856F5RGB
rgb(168, 86, 245)HSL
hsl(271, 89%, 65%)OKLCH
oklch(0.627 0.229 304.2)CMYK
cmyk(31%, 65%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9837F3
2#8818F2
3#770DDB
4#660BBC
5#55099D
6#44077D
7#33055E
8#22043F
9#11021F
Tints
Lighter variations
1#B167F6
2#BA78F7
3#C289F8
4#CB9AF9
5#D4ABFA
6#DCBCFB
7#E5CCFC
8#EEDDFD
9#F6EEFE
Tones
Muted variations
1#A85EED
2#A866E5
3#A86EDD
4#A776D5
5#A77ECD
6#A786C6
7#A78EBE
8#A696B6
9#A69EAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F8F1 #F8F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EEDD #EEDDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | DFC0 #DFC0FB | Secondary backgroundsInput backgroundsDividers |
| 300 | C690 #C690F9 | BordersInactive statesPlaceholder text |
| 400 | A856 #A856F5 | Disabled statesSecondary iconsMuted text |
| 500 | 9026 #9026F2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 740C #740CD4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5C0A #5C0AA9 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4207 #420778 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2A04 #2A044D | Primary textHigh emphasis contentDark headings |
| 950 | 1A03 #1A0330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #F8F1FE;
--orchid-100: #EEDDFD;
--orchid-200: #DFC0FB;
--orchid-300: #C690F9;
--orchid-400: #A856F5;
--orchid-500: #9026F2;
--orchid-600: #740CD4;
--orchid-700: #5C0AA9;
--orchid-800: #420778;
--orchid-900: #2A044D;
--orchid-950: #1A0330;
}