Orchid
#9E55F6
PurpleColor Codes
All color formats for development
HEX
#9E55F6RGB
rgb(158, 85, 246)HSL
hsl(267, 90%, 65%)OKLCH
oklch(0.615 0.23 300.6)CMYK
cmyk(36%, 65%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8C36F4
2#7A16F3
3#6A0CDC
4#5A0ABD
5#4B089D
6#3C077E
7#2D055E
8#1E033F
9#0F021F
Tints
Lighter variations
1#A766F7
2#B177F8
3#BB88F9
4#C599FA
5#CEAAFB
6#D8BBFB
7#E2CCFC
8#ECDDFD
9#F5EEFE
Tones
Muted variations
1#9F5DEE
2#9F65E6
3#A06EDE
4#A176D6
5#A27ECE
6#A386C6
7#A38EBE
8#A496B6
9#A59EAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F0 #F7F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | ECDD #ECDDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | DBC0 #DBC0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | BF90 #BF90F9 | BordersInactive statesPlaceholder text |
| 400 | 9E55 #9E55F6 | Disabled statesSecondary iconsMuted text |
| 500 | 8225 #8225F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 660B #660BD5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5109 #5109AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3A06 #3A0679 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2504 #25044E | 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: #F7F0FE;
--orchid-100: #ECDDFD;
--orchid-200: #DBC0FC;
--orchid-300: #BF90F9;
--orchid-400: #9E55F6;
--orchid-500: #8225F4;
--orchid-600: #660BD5;
--orchid-700: #5109AA;
--orchid-800: #3A0679;
--orchid-900: #25044E;
--orchid-950: #170330;
}