Orchid
#9627F1
PurpleColor Codes
All color formats for development
HEX
#9627F1RGB
rgb(150, 39, 241)HSL
hsl(273, 88%, 55%)OKLCH
oklch(0.558 0.269 302.6)CMYK
cmyk(38%, 84%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#890FED
2#7A0DD3
3#6B0CB9
4#5C0A9E
5#4C0884
6#3D0769
7#2E054F
8#1F0335
9#0F021A
Tints
Lighter variations
1#A13DF3
2#AB52F4
3#B668F5
4#C07EF7
5#CB93F8
6#D5A9F9
7#E0BEFB
8#EAD4FC
9#F5E9FE
Tones
Muted variations
1#9531E7
2#943BDD
3#9346D3
4#9250C9
5#915ABF
6#9064B5
7#8F6EAB
8#8E78A0
9#8D8296
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F8F1 #F8F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EFDD #EFDDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | E1C1 #E1C1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | CA91 #CA91F8 | BordersInactive statesPlaceholder text |
| 400 | AE57 #AE57F4 | Disabled statesSecondary iconsMuted text |
| 500 | 9627 #9627F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 7A0D #7A0DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 610B #610BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4508 #450878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2C05 #2C054D | Primary textHigh emphasis contentDark headings |
| 950 | 1C03 #1C0330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #F8F1FE;
--orchid-100: #EFDDFD;
--orchid-200: #E1C1FB;
--orchid-300: #CA91F8;
--orchid-400: #AE57F4;
--orchid-500: #9627F1;
--orchid-600: #7A0DD3;
--orchid-700: #610BA8;
--orchid-800: #450878;
--orchid-900: #2C054D;
--orchid-950: #1C0330;
}