Orchid
#9324F5
PurpleColor Codes
All color formats for development
HEX
#9324F5RGB
rgb(147, 36, 245)HSL
hsl(272, 91%, 55%)OKLCH
oklch(0.556 0.274 301)CMYK
cmyk(40%, 85%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#860BF1
2#770AD6
3#6809BC
4#5908A1
5#4A0686
6#3C056B
7#2D0450
8#1E0336
9#0F011B
Tints
Lighter variations
1#9E3AF6
2#A950F7
3#B466F8
4#BE7BF9
5#C991FA
6#D4A7FB
7#DFBDFC
8#E9D3FD
9#F4E9FE
Tones
Muted variations
1#932EEA
2#9239E0
3#9143D5
4#904ECB
5#9058C0
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 #EEDDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | E0C0 #E0C0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | C88F #C88FFA | BordersInactive statesPlaceholder text |
| 400 | AB55 #AB55F7 | Disabled statesSecondary iconsMuted text |
| 500 | 9324 #9324F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 770A #770AD6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5F08 #5F08AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4406 #44067A | Text on light backgroundsHeadingsStrong borders |
| 900 | 2B04 #2B044E | 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: #EEDDFD;
--orchid-200: #E0C0FC;
--orchid-300: #C88FFA;
--orchid-400: #AB55F7;
--orchid-500: #9324F5;
--orchid-600: #770AD6;
--orchid-700: #5F08AA;
--orchid-800: #44067A;
--orchid-900: #2B044E;
--orchid-950: #1B0231;
}