Orchid
#A733E6
PurpleColor Codes
All color formats for development
HEX
#A733E6RGB
rgb(167, 51, 230)HSL
hsl(279, 78%, 55%)OKLCH
oklch(0.579 0.253 310)CMYK
cmyk(27%, 78%, 0%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9C1CE1
2#8A19C8
3#7916AF
4#681396
5#570F7D
6#450C64
7#34094B
8#230632
9#110319
Tints
Lighter variations
1#B047E8
2#B95CEB
3#C170ED
4#CA84F0
5#D399F2
6#DCADF5
7#E5C2F7
8#EDD6FA
9#F6EBFC
Tones
Muted variations
1#A43CDD
2#A245D4
3#9F4ECB
4#9C57C2
5#9A5FB9
6#9768B0
7#9471A7
8#927A9E
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 | E6C4 #E6C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | D297 #D297F2 | BordersInactive statesPlaceholder text |
| 400 | BB60 #BB60EB | Disabled statesSecondary iconsMuted text |
| 500 | A733 #A733E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 8A19 #8A19C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6E14 #6E149F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4F0E #4F0E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3209 #320949 | Primary textHigh emphasis contentDark headings |
| 950 | 1F06 #1F062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #F9F1FD;
--orchid-100: #F1DFFB;
--orchid-200: #E6C4F8;
--orchid-300: #D297F2;
--orchid-400: #BB60EB;
--orchid-500: #A733E6;
--orchid-600: #8A19C8;
--orchid-700: #6E149F;
--orchid-800: #4F0E71;
--orchid-900: #320949;
--orchid-950: #1F062D;
}