Orchid
#9A27F1
PurpleColor Codes
All color formats for development
HEX
#9A27F1RGB
rgb(154, 39, 241)HSL
hsl(274, 88%, 55%)OKLCH
oklch(0.563 0.269 304)CMYK
cmyk(36%, 84%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8D0FED
2#7D0DD3
3#6E0CB9
4#5E0A9E
5#4E0884
6#3F0769
7#2F054F
8#1F0335
9#10021A
Tints
Lighter variations
1#A43DF3
2#AE52F4
3#B868F5
4#C27EF7
5#CC93F8
6#D6A9F9
7#E1BEFB
8#EBD4FC
9#F5E9FE
Tones
Muted variations
1#9831E7
2#973BDD
3#9646D3
4#9450C9
5#935ABF
6#9264B5
7#906EAB
8#8F78A0
9#8E8296
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 | E2C1 #E2C1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | CB91 #CB91F8 | BordersInactive statesPlaceholder text |
| 400 | B057 #B057F4 | Disabled statesSecondary iconsMuted text |
| 500 | 9A27 #9A27F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 7D0D #7D0DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 640B #640BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4708 #470878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2E05 #2E054D | 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: #E2C1FB;
--orchid-300: #CB91F8;
--orchid-400: #B057F4;
--orchid-500: #9A27F1;
--orchid-600: #7D0DD3;
--orchid-700: #640BA8;
--orchid-800: #470878;
--orchid-900: #2E054D;
--orchid-950: #1C0330;
}