Orchid
#A04EFD
PurpleColor Codes
All color formats for development
HEX
#A04EFDRGB
rgb(160, 78, 253)HSL
hsl(268, 98%, 65%)OKLCH
oklch(0.614 0.246 300.7)CMYK
cmyk(37%, 69%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8E2DFD
2#7D0DFD
3#6C02E6
4#5D02C5
5#4D02A4
6#3E0183
7#2E0162
8#1F0142
9#0F0021
Tints
Lighter variations
1#A960FD
2#B372FE
3#BC83FE
4#C695FE
5#CFA7FE
6#D9B8FE
7#E2CAFE
8#ECDCFF
9#F5EDFF
Tones
Muted variations
1#A157F4
2#A160EC
3#A269E3
4#A271DA
5#A37AD1
6#A383C9
7#A48CC0
8#A594B7
9#A59DAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F0 #F7F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | ECDC #ECDCFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | DCBD #DCBDFE | Secondary backgroundsInput backgroundsDividers |
| 300 | C18B #C18BFE | BordersInactive statesPlaceholder text |
| 400 | A04E #A04EFD | Disabled statesSecondary iconsMuted text |
| 500 | 851C #851CFD | Primary brand colorCTAsActive elementsLinks |
| 600 | 6902 #6902DE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5302 #5302B1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3C01 #3C017E | Text on light backgroundsHeadingsStrong borders |
| 900 | 2601 #260151 | Primary textHigh emphasis contentDark headings |
| 950 | 1801 #180132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #F7F0FF;
--orchid-100: #ECDCFF;
--orchid-200: #DCBDFE;
--orchid-300: #C18BFE;
--orchid-400: #A04EFD;
--orchid-500: #851CFD;
--orchid-600: #6902DE;
--orchid-700: #5302B1;
--orchid-800: #3C017E;
--orchid-900: #260151;
--orchid-950: #180132;
}