Orchid
#A432E7
PurpleColor Codes
All color formats for development
HEX
#A432E7RGB
rgb(164, 50, 231)HSL
hsl(278, 79%, 55%)OKLCH
oklch(0.575 0.254 308.8)CMYK
cmyk(29%, 78%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#991BE2
2#8818C9
3#7715B0
4#661297
5#550F7E
6#440C64
7#33094B
8#220632
9#110319
Tints
Lighter variations
1#AD46E9
2#B75BEC
3#C06FEE
4#C984F1
5#D298F3
6#DBADF5
7#E4C1F8
8#EDD6FA
9#F6EAFD
Tones
Muted variations
1#A23BDE
2#A044D5
3#9D4DCC
4#9B56C3
5#985FBA
6#9668B1
7#9471A7
8#917A9E
9#8F8395
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F9F1 #F9F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F1DF #F1DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | E5C4 #E5C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | D196 #D196F3 | BordersInactive statesPlaceholder text |
| 400 | B95F #B95FEC | Disabled statesSecondary iconsMuted text |
| 500 | A432 #A432E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 8818 #8818C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6C13 #6C13A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4D0D #4D0D72 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3109 #310949 | Primary textHigh emphasis contentDark headings |
| 950 | 1F05 #1F052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #F9F1FD;
--orchid-100: #F1DFFB;
--orchid-200: #E5C4F8;
--orchid-300: #D196F3;
--orchid-400: #B95FEC;
--orchid-500: #A432E7;
--orchid-600: #8818C9;
--orchid-700: #6C13A0;
--orchid-800: #4D0D72;
--orchid-900: #310949;
--orchid-950: #1F052E;
}