Orchid
#A726F2
PurpleColor Codes
All color formats for development
HEX
#A726F2RGB
rgb(167, 38, 242)HSL
hsl(278, 89%, 55%)OKLCH
oklch(0.579 0.274 307.9)CMYK
cmyk(31%, 84%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9C0EEF
2#8B0CD4
3#790BBA
4#68099F
5#570885
6#45066A
7#340550
8#230335
9#11021B
Tints
Lighter variations
1#B03CF4
2#B951F5
3#C267F6
4#CA7DF7
5#D393F9
6#DCA8FA
7#E5BEFB
8#EDD4FC
9#F6E9FE
Tones
Muted variations
1#A530E8
2#A23BDE
3#9F45D4
4#9D4FCA
5#9A59BF
6#9763B5
7#946EAB
8#9278A1
9#8F8296
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F9F1 #F9F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F1DD #F1DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | E6C0 #E6C0FB | Secondary backgroundsInput backgroundsDividers |
| 300 | D290 #D290F9 | BordersInactive statesPlaceholder text |
| 400 | BB56 #BB56F5 | Disabled statesSecondary iconsMuted text |
| 500 | A726 #A726F2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 8B0C #8B0CD4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6E0A #6E0AA9 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4F07 #4F0778 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3204 #32044D | Primary textHigh emphasis contentDark headings |
| 950 | 2003 #200330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #F9F1FE;
--orchid-100: #F1DDFD;
--orchid-200: #E6C0FB;
--orchid-300: #D290F9;
--orchid-400: #BB56F5;
--orchid-500: #A726F2;
--orchid-600: #8B0CD4;
--orchid-700: #6E0AA9;
--orchid-800: #4F0778;
--orchid-900: #32044D;
--orchid-950: #200330;
}