Orchid
#A426F2
PurpleColor Codes
All color formats for development
HEX
#A426F2RGB
rgb(164, 38, 242)HSL
hsl(277, 89%, 55%)OKLCH
oklch(0.575 0.273 307)CMYK
cmyk(32%, 84%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#980EEF
2#880CD4
3#770BBA
4#66099F
5#550885
6#44066A
7#330550
8#220335
9#11021B
Tints
Lighter variations
1#AD3CF4
2#B651F5
3#BF67F6
4#C87DF7
5#D293F9
6#DBA8FA
7#E4BEFB
8#EDD4FC
9#F6E9FE
Tones
Muted variations
1#A230E8
2#9F3BDE
3#9D45D4
4#9B4FCA
5#9859BF
6#9663B5
7#936EAB
8#9178A1
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 | E5C0 #E5C0FB | Secondary backgroundsInput backgroundsDividers |
| 300 | D190 #D190F9 | BordersInactive statesPlaceholder text |
| 400 | B856 #B856F5 | Disabled statesSecondary iconsMuted text |
| 500 | A426 #A426F2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 880C #880CD4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6C0A #6C0AA9 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4D07 #4D0778 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3104 #31044D | Primary textHigh emphasis contentDark headings |
| 950 | 1F03 #1F0330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #F9F1FE;
--orchid-100: #F1DDFD;
--orchid-200: #E5C0FB;
--orchid-300: #D190F9;
--orchid-400: #B856F5;
--orchid-500: #A426F2;
--orchid-600: #880CD4;
--orchid-700: #6C0AA9;
--orchid-800: #4D0778;
--orchid-900: #31044D;
--orchid-950: #1F0330;
}