Orchid
#9723F6
PurpleColor Codes
All color formats for development
HEX
#9723F6RGB
rgb(151, 35, 246)HSL
hsl(273, 92%, 55%)OKLCH
oklch(0.561 0.276 302.2)CMYK
cmyk(39%, 86%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8A0AF2
2#7B09D7
3#6B08BC
4#5C07A2
5#4D0687
6#3D046C
7#2E0351
8#1F0236
9#0F011B
Tints
Lighter variations
1#A139F7
2#AC4FF8
3#B665F9
4#C07BF9
5#CB91FA
6#D5A7FB
7#E0BDFC
8#EAD3FD
9#F5E9FE
Tones
Muted variations
1#962DEB
2#9538E1
3#9442D6
4#934DCC
5#9257C1
6#9062B6
7#8F6DAC
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 | EFDD #EFDDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | E1BF #E1BFFC | Secondary backgroundsInput backgroundsDividers |
| 300 | CA8E #CA8EFA | BordersInactive statesPlaceholder text |
| 400 | AE54 #AE54F8 | Disabled statesSecondary iconsMuted text |
| 500 | 9723 #9723F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 7B09 #7B09D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6107 #6107AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4605 #46057A | Text on light backgroundsHeadingsStrong borders |
| 900 | 2D03 #2D034E | Primary textHigh emphasis contentDark headings |
| 950 | 1C02 #1C0231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #F8F0FE;
--orchid-100: #EFDDFE;
--orchid-200: #E1BFFC;
--orchid-300: #CA8EFA;
--orchid-400: #AE54F8;
--orchid-500: #9723F6;
--orchid-600: #7B09D7;
--orchid-700: #6107AB;
--orchid-800: #46057A;
--orchid-900: #2D034E;
--orchid-950: #1C0231;
}