Orchid
#9E24F5
PurpleColor Codes
All color formats for development
HEX
#9E24F5RGB
rgb(158, 36, 245)HSL
hsl(275, 91%, 55%)OKLCH
oklch(0.569 0.275 304.6)CMYK
cmyk(36%, 85%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#910BF1
2#810AD6
3#7109BC
4#6108A1
5#510686
6#41056B
7#300450
8#200336
9#10011B
Tints
Lighter variations
1#A73AF6
2#B150F7
3#BB66F8
4#C57BF9
5#CE91FA
6#D8A7FB
7#E2BDFC
8#ECD3FD
9#F5E9FE
Tones
Muted variations
1#9C2EEA
2#9A39E0
3#9843D5
4#974ECB
5#9558C0
6#9362B6
7#916DAC
8#9077A1
9#8E8297
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F9F0 #F9F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F0DD #F0DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | E3C0 #E3C0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | CD8F #CD8FFA | BordersInactive statesPlaceholder text |
| 400 | B355 #B355F7 | Disabled statesSecondary iconsMuted text |
| 500 | 9E24 #9E24F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 810A #810AD6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6708 #6708AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4906 #49067A | Text on light backgroundsHeadingsStrong borders |
| 900 | 2F04 #2F044E | Primary textHigh emphasis contentDark headings |
| 950 | 1D02 #1D0231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #F9F0FE;
--orchid-100: #F0DDFD;
--orchid-200: #E3C0FC;
--orchid-300: #CD8FFA;
--orchid-400: #B355F7;
--orchid-500: #9E24F5;
--orchid-600: #810AD6;
--orchid-700: #6708AA;
--orchid-800: #49067A;
--orchid-900: #2F044E;
--orchid-950: #1D0231;
}