Orchid
#9863E9
PurpleColor Codes
All color formats for development
HEX
#9863E9RGB
rgb(152, 99, 233)HSL
hsl(264, 75%, 65%)OKLCH
oklch(0.62 0.195 298.8)CMYK
cmyk(35%, 58%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8546E5
2#7229E0
3#631DCB
4#5519AE
5#461591
6#381174
7#2A0C57
8#1C083A
9#0E041D
Tints
Lighter variations
1#A372EB
2#AD82ED
3#B792EF
4#C1A1F2
5#CCB1F4
6#D6C1F6
7#E0D0F8
8#EAE0FB
9#F5EFFD
Tones
Muted variations
1#9A6AE2
2#9B70DB
3#9C77D5
4#9E7ECE
5#9F84C7
6#A08BC1
7#A292BA
8#A398B3
9#A49FAC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F2 #F6F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAE0 #EAE0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | D9C5 #D9C5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | BC98 #BC98F0 | BordersInactive statesPlaceholder text |
| 400 | 9863 #9863E9 | Disabled statesSecondary iconsMuted text |
| 500 | 7B36 #7B36E2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5F1C #5F1CC4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4C16 #4C169C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3610 #361070 | Text on light backgroundsHeadingsStrong borders |
| 900 | 230A #230A47 | Primary textHigh emphasis contentDark headings |
| 950 | 1606 #16062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #F6F2FD;
--orchid-100: #EAE0FB;
--orchid-200: #D9C5F7;
--orchid-300: #BC98F0;
--orchid-400: #9863E9;
--orchid-500: #7B36E2;
--orchid-600: #5F1CC4;
--orchid-700: #4C169C;
--orchid-800: #361070;
--orchid-900: #230A47;
--orchid-950: #16062D;
}