Orchid
#9663E9
PurpleColor Codes
All color formats for development
HEX
#9663E9RGB
rgb(150, 99, 233)HSL
hsl(263, 75%, 65%)OKLCH
oklch(0.618 0.195 298)CMYK
cmyk(36%, 58%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8346E5
2#6F29E0
3#601DCB
4#5219AE
5#441591
6#371174
7#290C57
8#1B083A
9#0E041D
Tints
Lighter variations
1#A172EB
2#AB82ED
3#B692EF
4#C0A1F2
5#CBB1F4
6#D5C1F6
7#E0D0F8
8#EAE0FB
9#F5EFFD
Tones
Muted variations
1#986AE2
2#9970DB
3#9B77D5
4#9C7ECE
5#9E84C7
6#A08BC1
7#A192BA
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 | D8C5 #D8C5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | BA98 #BA98F0 | BordersInactive statesPlaceholder text |
| 400 | 9663 #9663E9 | Disabled statesSecondary iconsMuted text |
| 500 | 7836 #7836E2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5D1C #5D1CC4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4A16 #4A169C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3510 #351070 | Text on light backgroundsHeadingsStrong borders |
| 900 | 220A #220A47 | Primary textHigh emphasis contentDark headings |
| 950 | 1506 #15062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #F6F2FD;
--orchid-100: #EAE0FB;
--orchid-200: #D8C5F7;
--orchid-300: #BA98F0;
--orchid-400: #9663E9;
--orchid-500: #7836E2;
--orchid-600: #5D1CC4;
--orchid-700: #4A169C;
--orchid-800: #351070;
--orchid-900: #220A47;
--orchid-950: #15062D;
}