Orchid
#A04FFC
PurpleColor Codes
All color formats for development
HEX
#A04FFCRGB
rgb(160, 79, 252)HSL
hsl(268, 97%, 65%)OKLCH
oklch(0.614 0.243 300.8)CMYK
cmyk(37%, 69%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8E2FFC
2#7D0EFB
3#6D03E5
4#5D03C4
5#4E02A3
6#3E0283
7#2F0162
8#1F0141
9#100021
Tints
Lighter variations
1#A961FD
2#B372FD
3#BC84FD
4#C696FD
5#CFA7FE
6#D9B9FE
7#E2CAFE
8#ECDCFE
9#F5EDFF
Tones
Muted variations
1#A158F4
2#A160EB
3#A269E2
4#A272DA
5#A37AD1
6#A383C8
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 #ECDCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | DCBE #DCBEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | C18B #C18BFD | BordersInactive statesPlaceholder text |
| 400 | A04F #A04FFC | Disabled statesSecondary iconsMuted text |
| 500 | 851D #851DFC | Primary brand colorCTAsActive elementsLinks |
| 600 | 6903 #6903DD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5303 #5303B0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3C02 #3C027E | Text on light backgroundsHeadingsStrong borders |
| 900 | 2601 #260150 | 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: #C18BFD;
--orchid-400: #A04FFC;
--orchid-500: #851DFC;
--orchid-600: #6903DD;
--orchid-700: #5303B0;
--orchid-800: #3C027E;
--orchid-900: #260150;
--orchid-950: #180132;
}