Orchid
#9322F7
PurpleColor Codes
All color formats for development
HEX
#9322F7RGB
rgb(147, 34, 247)HSL
hsl(272, 93%, 55%)OKLCH
oklch(0.557 0.277 300.7)CMYK
cmyk(40%, 86%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8609F4
2#7708D9
3#6807BD
4#5906A2
5#4A0587
6#3C046C
7#2D0351
8#1E0236
9#0F011B
Tints
Lighter variations
1#9E38F8
2#A94EF9
3#B464F9
4#BE7AFA
5#C990FB
6#D4A6FC
7#DFBDFD
8#E9D3FD
9#F4E9FE
Tones
Muted variations
1#932CEC
2#9237E2
3#9142D7
4#914CCC
5#9057C2
6#8F62B7
7#8E6CAC
8#8E77A2
9#8D8297
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F8F0 #F8F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EEDD #EEDDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | E0BF #E0BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | C88E #C88EFB | BordersInactive statesPlaceholder text |
| 400 | AB53 #AB53F9 | Disabled statesSecondary iconsMuted text |
| 500 | 9322 #9322F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 7708 #7708D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5F06 #5F06AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4404 #44047B | Text on light backgroundsHeadingsStrong borders |
| 900 | 2B03 #2B034F | Primary textHigh emphasis contentDark headings |
| 950 | 1B02 #1B0231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #F8F0FE;
--orchid-100: #EEDDFE;
--orchid-200: #E0BFFD;
--orchid-300: #C88EFB;
--orchid-400: #AB53F9;
--orchid-500: #9322F7;
--orchid-600: #7708D9;
--orchid-700: #5F06AC;
--orchid-800: #44047B;
--orchid-900: #2B034F;
--orchid-950: #1B0231;
}