Orchid
#975BF1
PurpleColor Codes
All color formats for development
HEX
#975BF1RGB
rgb(151, 91, 241)HSL
hsl(264, 84%, 65%)OKLCH
oklch(0.612 0.215 298.2)CMYK
cmyk(37%, 62%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#833CEE
2#701EEB
3#6113D5
4#5310B7
5#450D98
6#370B7A
7#29085B
8#1C053D
9#0E031E
Tints
Lighter variations
1#A16BF2
2#AC7CF4
3#B68CF5
4#C09CF6
5#CBADF8
6#D5BDF9
7#E0CEFB
8#EADEFC
9#F5EFFE
Tones
Muted variations
1#9862E9
2#9A6AE2
3#9B71DA
4#9D79D3
5#9E80CB
6#A088C4
7#A18FBC
8#A397B5
9#A49EAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F1 #F6F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EADE #EADEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | D8C2 #D8C2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | BA93 #BA93F6 | BordersInactive statesPlaceholder text |
| 400 | 975B #975BF1 | Disabled statesSecondary iconsMuted text |
| 500 | 792C #792CED | Primary brand colorCTAsActive elementsLinks |
| 600 | 5D12 #5D12CE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4A0E #4A0EA4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 350A #350A75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2207 #22074B | Primary textHigh emphasis contentDark headings |
| 950 | 1504 #15042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #F6F1FE;
--orchid-100: #EADEFC;
--orchid-200: #D8C2FA;
--orchid-300: #BA93F6;
--orchid-400: #975BF1;
--orchid-500: #792CED;
--orchid-600: #5D12CE;
--orchid-700: #4A0EA4;
--orchid-800: #350A75;
--orchid-900: #22074B;
--orchid-950: #15042F;
}