Orchid
#A427F1
PurpleColor Codes
All color formats for development
HEX
#A427F1RGB
rgb(164, 39, 241)HSL
hsl(277, 88%, 55%)OKLCH
oklch(0.575 0.271 307.2)CMYK
cmyk(32%, 84%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#980FED
2#870DD3
3#760CB9
4#650A9E
5#550884
6#440769
7#33054F
8#220335
9#11021A
Tints
Lighter variations
1#AD3DF3
2#B652F4
3#BF68F5
4#C87EF7
5#D193F8
6#DBA9F9
7#E4BEFB
8#EDD4FC
9#F6E9FE
Tones
Muted variations
1#A131E7
2#9F3BDD
3#9D46D3
4#9A50C9
5#985ABF
6#9664B5
7#936EAB
8#9178A0
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 | E5C1 #E5C1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | D091 #D091F8 | BordersInactive statesPlaceholder text |
| 400 | B857 #B857F4 | Disabled statesSecondary iconsMuted text |
| 500 | A427 #A427F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 870D #870DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6C0B #6C0BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4D08 #4D0878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3105 #31054D | 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: #E5C1FB;
--orchid-300: #D091F8;
--orchid-400: #B857F4;
--orchid-500: #A427F1;
--orchid-600: #870DD3;
--orchid-700: #6C0BA8;
--orchid-800: #4D0878;
--orchid-900: #31054D;
--orchid-950: #1F0330;
}