Orchid
#B163E9
PurpleColor Codes
All color formats for development
HEX
#B163E9RGB
rgb(177, 99, 233)HSL
hsl(275, 75%, 65%)OKLCH
oklch(0.646 0.201 308.7)CMYK
cmyk(24%, 58%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A246E5
2#9429E0
3#831DCB
4#7019AE
5#5D1591
6#4B1174
7#380C57
8#25083A
9#13041D
Tints
Lighter variations
1#B972EB
2#C182ED
3#C892EF
4#D0A1F2
5#D8B1F4
6#E0C1F6
7#E8D0F8
8#EFE0FB
9#F7EFFD
Tones
Muted variations
1#B06AE2
2#AF70DB
3#AE77D5
4#AC7ECE
5#AB84C7
6#AA8BC1
7#A992BA
8#A898B3
9#A79FAC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F8F2 #F8F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EFE0 #EFE0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | E2C5 #E2C5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | CC98 #CC98F0 | BordersInactive statesPlaceholder text |
| 400 | B163 #B163E9 | Disabled statesSecondary iconsMuted text |
| 500 | 9B36 #9B36E2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 7E1C #7E1CC4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6416 #64169C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4810 #481070 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2E0A #2E0A47 | Primary textHigh emphasis contentDark headings |
| 950 | 1D06 #1D062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #F8F2FD;
--orchid-100: #EFE0FB;
--orchid-200: #E2C5F7;
--orchid-300: #CC98F0;
--orchid-400: #B163E9;
--orchid-500: #9B36E2;
--orchid-600: #7E1CC4;
--orchid-700: #64169C;
--orchid-800: #481070;
--orchid-900: #2E0A47;
--orchid-950: #1D062D;
}