Orchid
#A433E6
PurpleColor Codes
All color formats for development
HEX
#A433E6RGB
rgb(164, 51, 230)HSL
hsl(278, 78%, 55%)OKLCH
oklch(0.575 0.253 309)CMYK
cmyk(29%, 78%, 0%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#981CE1
2#8819C8
3#7716AF
4#661396
5#550F7D
6#440C64
7#33094B
8#220632
9#110319
Tints
Lighter variations
1#AD47E8
2#B65CEB
3#BF70ED
4#C884F0
5#D299F2
6#DBADF5
7#E4C2F7
8#EDD6FA
9#F6EBFC
Tones
Muted variations
1#A23CDD
2#9F45D4
3#9D4ECB
4#9B57C2
5#985FB9
6#9668B0
7#9371A7
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 | D197 #D197F2 | BordersInactive statesPlaceholder text |
| 400 | B860 #B860EB | Disabled statesSecondary iconsMuted text |
| 500 | A433 #A433E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 8819 #8819C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6C14 #6C149F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4D0E #4D0E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3109 #310949 | 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: #E5C4F8;
--orchid-300: #D197F2;
--orchid-400: #B860EB;
--orchid-500: #A433E6;
--orchid-600: #8819C8;
--orchid-700: #6C149F;
--orchid-800: #4D0E71;
--orchid-900: #310949;
--orchid-950: #1F062D;
}