Orchid
#9D27F1
PurpleColor Codes
All color formats for development
HEX
#9D27F1RGB
rgb(157, 39, 241)HSL
hsl(275, 88%, 55%)OKLCH
oklch(0.567 0.27 304.9)CMYK
cmyk(35%, 84%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#910FED
2#810DD3
3#710CB9
4#600A9E
5#500884
6#400769
7#30054F
8#200335
9#10021A
Tints
Lighter variations
1#A73DF3
2#B152F4
3#BA68F5
4#C47EF7
5#CE93F8
6#D8A9F9
7#E2BEFB
8#EBD4FC
9#F5E9FE
Tones
Muted variations
1#9B31E7
2#9A3BDD
3#9846D3
4#9650C9
5#955ABF
6#9364B5
7#916EAB
8#9078A0
9#8E8296
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F8F1 #F8F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F0DD #F0DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | E3C1 #E3C1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | CD91 #CD91F8 | BordersInactive statesPlaceholder text |
| 400 | B357 #B357F4 | Disabled statesSecondary iconsMuted text |
| 500 | 9D27 #9D27F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 810D #810DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 660B #660BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4908 #490878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2F05 #2F054D | Primary textHigh emphasis contentDark headings |
| 950 | 1D03 #1D0330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #F8F1FE;
--orchid-100: #F0DDFD;
--orchid-200: #E3C1FB;
--orchid-300: #CD91F8;
--orchid-400: #B357F4;
--orchid-500: #9D27F1;
--orchid-600: #810DD3;
--orchid-700: #660BA8;
--orchid-800: #490878;
--orchid-900: #2F054D;
--orchid-950: #1D0330;
}