Orchid
#9323F6
PurpleColor Codes
All color formats for development
HEX
#9323F6RGB
rgb(147, 35, 246)HSL
hsl(272, 92%, 55%)OKLCH
oklch(0.556 0.275 300.9)CMYK
cmyk(40%, 86%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#860AF2
2#7709D7
3#6808BC
4#5907A2
5#4A0687
6#3C046C
7#2D0351
8#1E0236
9#0F011B
Tints
Lighter variations
1#9E39F7
2#A94FF8
3#B465F9
4#BE7BF9
5#C991FA
6#D4A7FB
7#DFBDFC
8#E9D3FD
9#F4E9FE
Tones
Muted variations
1#932DEB
2#9238E1
3#9142D6
4#904DCC
5#9057C1
6#8F62B6
7#8E6DAC
8#8E77A1
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 #E0BFFC | Secondary backgroundsInput backgroundsDividers |
| 300 | C88E #C88EFA | BordersInactive statesPlaceholder text |
| 400 | AB54 #AB54F8 | Disabled statesSecondary iconsMuted text |
| 500 | 9323 #9323F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 7709 #7709D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5F07 #5F07AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4405 #44057A | Text on light backgroundsHeadingsStrong borders |
| 900 | 2B03 #2B034E | 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: #E0BFFC;
--orchid-300: #C88EFA;
--orchid-400: #AB54F8;
--orchid-500: #9323F6;
--orchid-600: #7709D7;
--orchid-700: #5F07AB;
--orchid-800: #44057A;
--orchid-900: #2B034E;
--orchid-950: #1B0231;
}