Orchid
#AD32E7
PurpleColor Codes
All color formats for development
HEX
#AD32E7RGB
rgb(173, 50, 231)HSL
hsl(281, 79%, 55%)OKLCH
oklch(0.587 0.257 311.7)CMYK
cmyk(25%, 78%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A31BE2
2#9118C9
3#7F15B0
4#6D1297
5#5A0F7E
6#480C64
7#36094B
8#240632
9#120319
Tints
Lighter variations
1#B646E9
2#BE5BEC
3#C66FEE
4#CE84F1
5#D698F3
6#DEADF5
7#E7C1F8
8#EFD6FA
9#F7EAFD
Tones
Muted variations
1#AA3BDE
2#A744D5
3#A44DCC
4#A056C3
5#9D5FBA
6#9A68B1
7#9671A7
8#937A9E
9#908395
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FAF1 #FAF1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F2DF #F2DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | E7C4 #E7C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | D596 #D596F3 | BordersInactive statesPlaceholder text |
| 400 | C05F #C05FEC | Disabled statesSecondary iconsMuted text |
| 500 | AD32 #AD32E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 9118 #9118C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7313 #7313A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 520D #520D72 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3509 #350949 | Primary textHigh emphasis contentDark headings |
| 950 | 2105 #21052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FAF1FD;
--orchid-100: #F2DFFB;
--orchid-200: #E7C4F8;
--orchid-300: #D596F3;
--orchid-400: #C05FEC;
--orchid-500: #AD32E7;
--orchid-600: #9118C9;
--orchid-700: #7313A0;
--orchid-800: #520D72;
--orchid-900: #350949;
--orchid-950: #21052E;
}