Orchid
#A94FFC
PurpleColor Codes
All color formats for development
HEX
#A94FFCRGB
rgb(169, 79, 252)HSL
hsl(271, 97%, 65%)OKLCH
oklch(0.624 0.245 303.8)CMYK
cmyk(33%, 69%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#992FFC
2#890EFB
3#7803E5
4#6703C4
5#5602A3
6#440283
7#330162
8#220141
9#110021
Tints
Lighter variations
1#B161FD
2#BA72FD
3#C384FD
4#CB96FD
5#D4A7FE
6#DCB9FE
7#E5CAFE
8#EEDCFE
9#F6EDFF
Tones
Muted variations
1#A858F4
2#A860EB
3#A869E2
4#A772DA
5#A77AD1
6#A783C8
7#A78CC0
8#A694B7
9#A69DAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F8F0 #F8F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EEDC #EEDCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | DFBE #DFBEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | C68B #C68BFD | BordersInactive statesPlaceholder text |
| 400 | A94F #A94FFC | Disabled statesSecondary iconsMuted text |
| 500 | 901D #901DFC | Primary brand colorCTAsActive elementsLinks |
| 600 | 7403 #7403DD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5C03 #5C03B0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4202 #42027E | Text on light backgroundsHeadingsStrong borders |
| 900 | 2A01 #2A0150 | Primary textHigh emphasis contentDark headings |
| 950 | 1A01 #1A0132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #F8F0FF;
--orchid-100: #EEDCFE;
--orchid-200: #DFBEFE;
--orchid-300: #C68BFD;
--orchid-400: #A94FFC;
--orchid-500: #901DFC;
--orchid-600: #7403DD;
--orchid-700: #5C03B0;
--orchid-800: #42027E;
--orchid-900: #2A0150;
--orchid-950: #1A0132;
}