Orchid
#9E57F4
PurpleColor Codes
All color formats for development
HEX
#9E57F4RGB
rgb(158, 87, 244)HSL
hsl(267, 88%, 65%)OKLCH
oklch(0.616 0.225 300.7)CMYK
cmyk(35%, 64%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8C38F2
2#7A19F0
3#6A0EDA
4#5B0CBB
5#4C0A9C
6#3C087D
7#2D065D
8#1E043E
9#0F021F
Tints
Lighter variations
1#A868F5
2#B179F6
3#BB8AF8
4#C59AF9
5#CEABFA
6#D8BCFB
7#E2CDFC
8#ECDDFD
9#F5EEFE
Tones
Muted variations
1#9F5FEC
2#9F67E5
3#A06FDD
4#A177D5
5#A27ECD
6#A386C5
7#A38EBD
8#A496B5
9#A59EAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F1 #F7F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | ECDD #ECDDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | DBC1 #DBC1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | BF91 #BF91F8 | BordersInactive statesPlaceholder text |
| 400 | 9E57 #9E57F4 | Disabled statesSecondary iconsMuted text |
| 500 | 8227 #8227F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 660D #660DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 510B #510BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3A08 #3A0878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2505 #25054D | Primary textHigh emphasis contentDark headings |
| 950 | 1703 #170330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #F7F1FE;
--orchid-100: #ECDDFD;
--orchid-200: #DBC1FB;
--orchid-300: #BF91F8;
--orchid-400: #9E57F4;
--orchid-500: #8227F1;
--orchid-600: #660DD3;
--orchid-700: #510BA8;
--orchid-800: #3A0878;
--orchid-900: #25054D;
--orchid-950: #170330;
}