Orchid
#A132E7
PurpleColor Codes
All color formats for development
HEX
#A132E7RGB
rgb(161, 50, 231)HSL
hsl(277, 79%, 55%)OKLCH
oklch(0.571 0.254 307.8)CMYK
cmyk(30%, 78%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#951BE2
2#8518C9
3#7415B0
4#641297
5#530F7E
6#420C64
7#32094B
8#210632
9#110319
Tints
Lighter variations
1#AB46E9
2#B45BEC
3#BD6FEE
4#C784F1
5#D098F3
6#DAADF5
7#E3C1F8
8#ECD6FA
9#F6EAFD
Tones
Muted variations
1#9F3BDE
2#9D44D5
3#9B4DCC
4#9956C3
5#975FBA
6#9568B1
7#9371A7
8#907A9E
9#8E8395
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F9F1 #F9F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F0DF #F0DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | E4C4 #E4C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | CF96 #CF96F3 | BordersInactive statesPlaceholder text |
| 400 | B65F #B65FEC | Disabled statesSecondary iconsMuted text |
| 500 | A132 #A132E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 8518 #8518C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6A13 #6A13A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4C0D #4C0D72 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3009 #300949 | Primary textHigh emphasis contentDark headings |
| 950 | 1E05 #1E052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #F9F1FD;
--orchid-100: #F0DFFB;
--orchid-200: #E4C4F8;
--orchid-300: #CF96F3;
--orchid-400: #B65FEC;
--orchid-500: #A132E7;
--orchid-600: #8518C9;
--orchid-700: #6A13A0;
--orchid-800: #4C0D72;
--orchid-900: #300949;
--orchid-950: #1E052E;
}