Orchid
#9A5FEC
PurpleColor Codes
All color formats for development
HEX
#9A5FECRGB
rgb(154, 95, 236)HSL
hsl(265, 79%, 65%)OKLCH
oklch(0.618 0.205 299.7)CMYK
cmyk(35%, 60%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8742E9
2#7424E5
3#6518D0
4#5615B2
5#481194
6#3A0E77
7#2B0A59
8#1D073B
9#0E031E
Tints
Lighter variations
1#A46FEE
2#AE7FF0
3#B88FF2
4#C29FF4
5#CCAFF6
6#D7BFF8
7#E1CFF9
8#EBDFFB
9#F5EFFD
Tones
Muted variations
1#9B66E5
2#9C6DDE
3#9E74D7
4#9F7BD0
5#A082C9
6#A18AC2
7#A291BB
8#A398B4
9#A59FAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F1 #F6F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBDF #EBDFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | D9C4 #D9C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | BD96 #BD96F3 | BordersInactive statesPlaceholder text |
| 400 | 9A5F #9A5FEC | Disabled statesSecondary iconsMuted text |
| 500 | 7D32 #7D32E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6118 #6118C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4D13 #4D13A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 370D #370D72 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2309 #230949 | Primary textHigh emphasis contentDark headings |
| 950 | 1605 #16052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #F6F1FD;
--orchid-100: #EBDFFB;
--orchid-200: #D9C4F8;
--orchid-300: #BD96F3;
--orchid-400: #9A5FEC;
--orchid-500: #7D32E7;
--orchid-600: #6118C9;
--orchid-700: #4D13A0;
--orchid-800: #370D72;
--orchid-900: #230949;
--orchid-950: #16052E;
}