Orchid
#9724F5
PurpleColor Codes
All color formats for development
HEX
#9724F5RGB
rgb(151, 36, 245)HSL
hsl(273, 91%, 55%)OKLCH
oklch(0.561 0.274 302.3)CMYK
cmyk(38%, 85%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8A0BF1
2#7A0AD6
3#6B09BC
4#5C08A1
5#4D0686
6#3D056B
7#2E0450
8#1F0336
9#0F011B
Tints
Lighter variations
1#A13AF6
2#AC50F7
3#B666F8
4#C07BF9
5#CB91FA
6#D5A7FB
7#E0BDFC
8#EAD3FD
9#F5E9FE
Tones
Muted variations
1#962EEA
2#9539E0
3#9443D5
4#934ECB
5#9158C0
6#9062B6
7#8F6DAC
8#8E77A1
9#8D8297
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F8F0 #F8F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EFDD #EFDDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | E1C0 #E1C0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | CA8F #CA8FFA | BordersInactive statesPlaceholder text |
| 400 | AE55 #AE55F7 | Disabled statesSecondary iconsMuted text |
| 500 | 9724 #9724F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 7A0A #7A0AD6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6108 #6108AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4606 #46067A | Text on light backgroundsHeadingsStrong borders |
| 900 | 2D04 #2D044E | Primary textHigh emphasis contentDark headings |
| 950 | 1C02 #1C0231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #F8F0FE;
--orchid-100: #EFDDFD;
--orchid-200: #E1C0FC;
--orchid-300: #CA8FFA;
--orchid-400: #AE55F7;
--orchid-500: #9724F5;
--orchid-600: #7A0AD6;
--orchid-700: #6108AA;
--orchid-800: #46067A;
--orchid-900: #2D044E;
--orchid-950: #1C0231;
}