Orchid
#9D38E0
PurpleColor Codes
All color formats for development
HEX
#9D38E0RGB
rgb(157, 56, 224)HSL
hsl(276, 73%, 55%)OKLCH
oklch(0.566 0.241 307.6)CMYK
cmyk(30%, 75%, 0%, 12%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9122DA
2#811EC2
3#711BAA
4#601792
5#501379
6#400F61
7#300B49
8#200831
9#100418
Tints
Lighter variations
1#A74CE3
2#B160E6
3#BA74E9
4#C488EC
5#CE9CF0
6#D8B0F3
7#E2C3F6
8#EBD7F9
9#F5EBFC
Tones
Muted variations
1#9B41D8
2#9A49CF
3#9852C7
4#965ABF
5#9562B6
6#936BAE
7#9173A5
8#907B9D
9#8E8495
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F8F2 #F8F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F0E0 #F0E0FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | E3C6 #E3C6F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | CD9A #CD9AEF | BordersInactive statesPlaceholder text |
| 400 | B365 #B365E7 | Disabled statesSecondary iconsMuted text |
| 500 | 9D38 #9D38E0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 811E #811EC2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6618 #66189A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4911 #49116E | Text on light backgroundsHeadingsStrong borders |
| 900 | 2F0B #2F0B47 | Primary textHigh emphasis contentDark headings |
| 950 | 1D07 #1D072C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #F8F2FD;
--orchid-100: #F0E0FA;
--orchid-200: #E3C6F6;
--orchid-300: #CD9AEF;
--orchid-400: #B365E7;
--orchid-500: #9D38E0;
--orchid-600: #811EC2;
--orchid-700: #66189A;
--orchid-800: #49116E;
--orchid-900: #2F0B47;
--orchid-950: #1D072C;
}