Orchid
#975DEF
PurpleColor Codes
All color formats for development
HEX
#975DEFRGB
rgb(151, 93, 239)HSL
hsl(264, 82%, 65%)OKLCH
oklch(0.614 0.21 298.2)CMYK
cmyk(37%, 61%, 0%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#843EEC
2#7120E9
3#6115D3
4#5312B5
5#450F97
6#370C79
7#2A095A
8#1C063C
9#0E031E
Tints
Lighter variations
1#A26DF1
2#AC7DF2
3#B68DF4
4#C19EF5
5#CBAEF7
6#D5BEF9
7#E0CEFA
8#EADFFC
9#F5EFFD
Tones
Muted variations
1#9964E8
2#9A6BE0
3#9C73D9
4#9D7AD2
5#9E81CA
6#A088C3
7#A190BC
8#A397B4
9#A49EAD
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 | BB94 #BB94F4 | BordersInactive statesPlaceholder text |
| 400 | 975D #975DEF | Disabled statesSecondary iconsMuted text |
| 500 | 792E #792EEA | Primary brand colorCTAsActive elementsLinks |
| 600 | 5E14 #5E14CC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4B10 #4B10A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 350B #350B74 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2207 #22074A | 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: #BB94F4;
--orchid-400: #975DEF;
--orchid-500: #792EEA;
--orchid-600: #5E14CC;
--orchid-700: #4B10A2;
--orchid-800: #350B74;
--orchid-900: #22074A;
--orchid-950: #15052E;
}