Orchid
#9D50FB
PurpleColor Codes
All color formats for development
HEX
#9D50FBRGB
rgb(157, 80, 251)HSL
hsl(267, 96%, 65%)OKLCH
oklch(0.612 0.241 299.9)CMYK
cmyk(37%, 68%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8B30FB
2#790FFA
3#6905E3
4#5A04C3
5#4B03A2
6#3C0382
7#2D0261
8#1E0141
9#0F0120
Tints
Lighter variations
1#A762FC
2#B173FC
3#BB85FD
4#C496FD
5#CEA8FD
6#D8B9FE
7#E2CBFE
8#EBDCFE
9#F5EEFF
Tones
Muted variations
1#9E59F3
2#9F61EA
3#A06AE2
4#A172D9
5#A17BD1
6#A283C8
7#A38CBF
8#A495B7
9#A59DAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F0 #F7F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBDC #EBDCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | DBBE #DBBEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | BF8C #BF8CFD | BordersInactive statesPlaceholder text |
| 400 | 9D50 #9D50FB | Disabled statesSecondary iconsMuted text |
| 500 | 811E #811EFA | Primary brand colorCTAsActive elementsLinks |
| 600 | 6504 #6504DC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5104 #5104AF | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3A03 #3A037D | Text on light backgroundsHeadingsStrong borders |
| 900 | 2502 #250250 | Primary textHigh emphasis contentDark headings |
| 950 | 1701 #170132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #F7F0FF;
--orchid-100: #EBDCFE;
--orchid-200: #DBBEFE;
--orchid-300: #BF8CFD;
--orchid-400: #9D50FB;
--orchid-500: #811EFA;
--orchid-600: #6504DC;
--orchid-700: #5104AF;
--orchid-800: #3A037D;
--orchid-900: #250250;
--orchid-950: #170132;
}