Orchid
#A936E2
PurpleColor Codes
All color formats for development
HEX
#A936E2RGB
rgb(169, 54, 226)HSL
hsl(280, 75%, 55%)OKLCH
oklch(0.581 0.248 311.4)CMYK
cmyk(25%, 76%, 0%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9E20DD
2#8C1CC4
3#7B19AC
4#691593
5#58127B
6#460E62
7#350B4A
8#230731
9#120419
Tints
Lighter variations
1#B24AE5
2#BA5EE8
3#C372EB
4#CB87EE
5#D49BF1
6#DDAFF4
7#E5C3F6
8#EED7F9
9#F6EBFC
Tones
Muted variations
1#A63FDA
2#A347D1
3#A050C8
4#9D59C0
5#9B61B7
6#986AAF
7#9572A6
8#927B9D
9#8F8495
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F9F2 #F9F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F2E0 #F2E0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | E6C5 #E6C5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | D398 #D398F0 | BordersInactive statesPlaceholder text |
| 400 | BC63 #BC63E9 | Disabled statesSecondary iconsMuted text |
| 500 | A936 #A936E2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 8C1C #8C1CC4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7016 #70169C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5010 #501070 | Text on light backgroundsHeadingsStrong borders |
| 900 | 330A #330A47 | Primary textHigh emphasis contentDark headings |
| 950 | 2006 #20062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #F9F2FD;
--orchid-100: #F2E0FB;
--orchid-200: #E6C5F7;
--orchid-300: #D398F0;
--orchid-400: #BC63E9;
--orchid-500: #A936E2;
--orchid-600: #8C1CC4;
--orchid-700: #70169C;
--orchid-800: #501070;
--orchid-900: #330A47;
--orchid-950: #20062D;
}