Orchid
#985FEC
PurpleColor Codes
All color formats for development
HEX
#985FECRGB
rgb(152, 95, 236)HSL
hsl(264, 79%, 65%)OKLCH
oklch(0.616 0.204 298.9)CMYK
cmyk(36%, 60%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8442E9
2#7124E5
3#6218D0
4#5415B2
5#461194
6#380E77
7#2A0A59
8#1C073B
9#0E031E
Tints
Lighter variations
1#A26FEE
2#AC7FF0
3#B78FF2
4#C19FF4
5#CBAFF6
6#D6BFF8
7#E0CFF9
8#EADFFB
9#F5EFFD
Tones
Muted variations
1#9966E5
2#9A6DDE
3#9C74D7
4#9D7BD0
5#9F82C9
6#A08AC2
7#A291BB
8#A398B4
9#A49FAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F1 #F6F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EADF #EADFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | D9C4 #D9C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | BB96 #BB96F3 | BordersInactive statesPlaceholder text |
| 400 | 985F #985FEC | Disabled statesSecondary iconsMuted text |
| 500 | 7A32 #7A32E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5E18 #5E18C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4B13 #4B13A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 360D #360D72 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2209 #220949 | Primary textHigh emphasis contentDark headings |
| 950 | 1505 #15052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #F6F1FD;
--orchid-100: #EADFFB;
--orchid-200: #D9C4F8;
--orchid-300: #BB96F3;
--orchid-400: #985FEC;
--orchid-500: #7A32E7;
--orchid-600: #5E18C9;
--orchid-700: #4B13A0;
--orchid-800: #360D72;
--orchid-900: #220949;
--orchid-950: #15052E;
}