Orchid
#A027F1
PurpleColor Codes
All color formats for development
HEX
#A027F1RGB
rgb(160, 39, 241)HSL
hsl(276, 88%, 55%)OKLCH
oklch(0.57 0.271 305.9)CMYK
cmyk(34%, 84%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#940FED
2#840DD3
3#730CB9
4#630A9E
5#520884
6#420769
7#31054F
8#210335
9#10021A
Tints
Lighter variations
1#AA3DF3
2#B352F4
3#BD68F5
4#C67EF7
5#D093F8
6#D9A9F9
7#E3BEFB
8#ECD4FC
9#F6E9FE
Tones
Muted variations
1#9E31E7
2#9C3BDD
3#9A46D3
4#9850C9
5#965ABF
6#9464B5
7#926EAB
8#9078A0
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 | E4C1 #E4C1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | CF91 #CF91F8 | BordersInactive statesPlaceholder text |
| 400 | B557 #B557F4 | Disabled statesSecondary iconsMuted text |
| 500 | A027 #A027F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 840D #840DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 690B #690BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4B08 #4B0878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3005 #30054D | 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: #E4C1FB;
--orchid-300: #CF91F8;
--orchid-400: #B557F4;
--orchid-500: #A027F1;
--orchid-600: #840DD3;
--orchid-700: #690BA8;
--orchid-800: #4B0878;
--orchid-900: #30054D;
--orchid-950: #1E0330;
}