Orchid
#A051FB
PurpleColor Codes
All color formats for development
HEX
#A051FBRGB
rgb(160, 81, 251)HSL
hsl(268, 96%, 65%)OKLCH
oklch(0.616 0.24 300.8)CMYK
cmyk(36%, 68%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8E30FB
2#7D0FFA
3#6D05E3
4#5D04C3
5#4E03A2
6#3E0382
7#2F0261
8#1F0141
9#100120
Tints
Lighter variations
1#AA62FC
2#B373FC
3#BD85FD
4#C696FD
5#D0A8FD
6#D9B9FE
7#E3CBFE
8#ECDCFE
9#F6EEFF
Tones
Muted variations
1#A159F3
2#A161EA
3#A26AE2
4#A272D9
5#A37BD1
6#A383C8
7#A48CBF
8#A595B7
9#A59DAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F0 #F7F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | ECDC #ECDCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | DCBE #DCBEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | C18C #C18CFD | BordersInactive statesPlaceholder text |
| 400 | A050 #A050FB | Disabled statesSecondary iconsMuted text |
| 500 | 851E #851EFA | Primary brand colorCTAsActive elementsLinks |
| 600 | 6904 #6904DC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5404 #5404AF | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3C03 #3C037D | Text on light backgroundsHeadingsStrong borders |
| 900 | 2602 #260250 | 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: #ECDCFE;
--orchid-200: #DCBEFE;
--orchid-300: #C18CFD;
--orchid-400: #A050FB;
--orchid-500: #851EFA;
--orchid-600: #6904DC;
--orchid-700: #5404AF;
--orchid-800: #3C037D;
--orchid-900: #260250;
--orchid-950: #180132;
}