Orchid
#975DEE
PurpleColor Codes
All color formats for development
HEX
#975DEERGB
rgb(151, 93, 238)HSL
hsl(264, 81%, 65%)OKLCH
oklch(0.613 0.209 298.4)CMYK
cmyk(37%, 61%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#843FEB
2#7121E8
3#6116D2
4#5313B4
5#451096
6#380D78
7#2A095A
8#1C063C
9#0E031E
Tints
Lighter variations
1#A26EF0
2#AC7EF1
3#B68EF3
4#C19EF5
5#CBAEF7
6#D6BEF8
7#E0CFFA
8#EADFFC
9#F5EFFD
Tones
Muted variations
1#9965E7
2#9A6CE0
3#9C73D8
4#9D7AD1
5#9F82CA
6#A089C3
7#A190BB
8#A397B4
9#A49FAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F1 #F6F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EADF #EADFFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | D8C3 #D8C3F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | BB95 #BB95F4 | BordersInactive statesPlaceholder text |
| 400 | 975D #975DEE | Disabled statesSecondary iconsMuted text |
| 500 | 7A2F #7A2FE9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5E15 #5E15CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4B11 #4B11A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 350C #350C73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2208 #22084A | 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: #F6F1FE;
--orchid-100: #EADFFC;
--orchid-200: #D8C3F9;
--orchid-300: #BB95F4;
--orchid-400: #975DEE;
--orchid-500: #7A2FE9;
--orchid-600: #5E15CB;
--orchid-700: #4B11A2;
--orchid-800: #350C73;
--orchid-900: #22084A;
--orchid-950: #15052E;
}