Orchid
#A124F5
PurpleColor Codes
All color formats for development
HEX
#A124F5RGB
rgb(161, 36, 245)HSL
hsl(276, 91%, 55%)OKLCH
oklch(0.573 0.276 305.5)CMYK
cmyk(34%, 85%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#950BF1
2#850AD6
3#7409BC
4#6308A1
5#530686
6#42056B
7#320450
8#210336
9#11011B
Tints
Lighter variations
1#AB3AF6
2#B450F7
3#BD66F8
4#C77BF9
5#D091FA
6#D9A7FB
7#E3BDFC
8#ECD3FD
9#F6E9FE
Tones
Muted variations
1#9F2EEA
2#9D39E0
3#9B43D5
4#994ECB
5#9758C0
6#9562B6
7#936DAC
8#9077A1
9#8E8297
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F9F0 #F9F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F0DD #F0DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | E4C0 #E4C0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | CF8F #CF8FFA | BordersInactive statesPlaceholder text |
| 400 | B655 #B655F7 | Disabled statesSecondary iconsMuted text |
| 500 | A124 #A124F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 850A #850AD6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6908 #6908AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4B06 #4B067A | Text on light backgroundsHeadingsStrong borders |
| 900 | 3004 #30044E | Primary textHigh emphasis contentDark headings |
| 950 | 1E02 #1E0231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #F9F0FE;
--orchid-100: #F0DDFD;
--orchid-200: #E4C0FC;
--orchid-300: #CF8FFA;
--orchid-400: #B655F7;
--orchid-500: #A124F5;
--orchid-600: #850AD6;
--orchid-700: #6908AA;
--orchid-800: #4B067A;
--orchid-900: #30044E;
--orchid-950: #1E0231;
}