Orchid
#935FEC
PurpleColor Codes
All color formats for development
HEX
#935FECRGB
rgb(147, 95, 236)HSL
hsl(262, 79%, 65%)OKLCH
oklch(0.611 0.204 296.9)CMYK
cmyk(38%, 60%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7F42E9
2#6B24E5
3#5C18D0
4#4E15B2
5#411194
6#340E77
7#270A59
8#1A073B
9#0D031E
Tints
Lighter variations
1#9E6FEE
2#A97FF0
3#B38FF2
4#BE9FF4
5#C9AFF6
6#D4BFF8
7#DFCFF9
8#E9DFFB
9#F4EFFD
Tones
Muted variations
1#9566E5
2#976DDE
3#9974D7
4#9A7BD0
5#9C82C9
6#9E8AC2
7#A091BB
8#A298B4
9#A49FAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F1 #F6F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9DF #E9DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7C4 #D7C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | B896 #B896F3 | BordersInactive statesPlaceholder text |
| 400 | 935F #935FEC | Disabled statesSecondary iconsMuted text |
| 500 | 7432 #7432E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5918 #5918C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4613 #4613A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 320D #320D72 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2009 #200949 | Primary textHigh emphasis contentDark headings |
| 950 | 1405 #14052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #F6F1FD;
--orchid-100: #E9DFFB;
--orchid-200: #D7C4F8;
--orchid-300: #B896F3;
--orchid-400: #935FEC;
--orchid-500: #7432E7;
--orchid-600: #5918C9;
--orchid-700: #4613A0;
--orchid-800: #320D72;
--orchid-900: #200949;
--orchid-950: #14052E;
}