Orchid
#A126F2
PurpleColor Codes
All color formats for development
HEX
#A126F2RGB
rgb(161, 38, 242)HSL
hsl(276, 89%, 55%)OKLCH
oklch(0.572 0.272 306)CMYK
cmyk(33%, 84%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#950EEF
2#840CD4
3#740BBA
4#63099F
5#530885
6#42066A
7#320550
8#210335
9#11021B
Tints
Lighter variations
1#AA3CF4
2#B451F5
3#BD67F6
4#C67DF7
5#D093F9
6#D9A8FA
7#E3BEFB
8#ECD4FC
9#F6E9FE
Tones
Muted variations
1#9F30E8
2#9D3BDE
3#9B45D4
4#994FCA
5#9659BF
6#9463B5
7#926EAB
8#9078A1
9#8E8296
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F9F1 #F9F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F0DD #F0DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | E4C0 #E4C0FB | Secondary backgroundsInput backgroundsDividers |
| 300 | CF90 #CF90F9 | BordersInactive statesPlaceholder text |
| 400 | B656 #B656F5 | Disabled statesSecondary iconsMuted text |
| 500 | A126 #A126F2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 840C #840CD4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 690A #690AA9 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4B07 #4B0778 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3004 #30044D | Primary textHigh emphasis contentDark headings |
| 950 | 1E03 #1E0330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #F9F1FE;
--orchid-100: #F0DDFD;
--orchid-200: #E4C0FB;
--orchid-300: #CF90F9;
--orchid-400: #B656F5;
--orchid-500: #A126F2;
--orchid-600: #840CD4;
--orchid-700: #690AA9;
--orchid-800: #4B0778;
--orchid-900: #30044D;
--orchid-950: #1E0330;
}