Orchid
#975AF2
PurpleColor Codes
All color formats for development
HEX
#975AF2RGB
rgb(151, 90, 242)HSL
hsl(264, 85%, 65%)OKLCH
oklch(0.612 0.218 298.1)CMYK
cmyk(38%, 63%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#833BEF
2#701DED
3#6011D7
4#530FB8
5#450C99
6#370A7B
7#29075C
8#1C053D
9#0E021F
Tints
Lighter variations
1#A16AF3
2#AB7BF4
3#B68BF6
4#C09CF7
5#CBACF8
6#D5BDFA
7#E0CDFB
8#EADEFC
9#F5EEFE
Tones
Muted variations
1#9861EA
2#9A69E2
3#9B71DB
4#9D78D3
5#9E80CC
6#A087C4
7#A18FBD
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 | BA92 #BA92F6 | BordersInactive statesPlaceholder text |
| 400 | 975A #975AF2 | Disabled statesSecondary iconsMuted text |
| 500 | 792B #792BEE | Primary brand colorCTAsActive elementsLinks |
| 600 | 5D11 #5D11D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4A0D #4A0DA5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 350A #350A76 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2206 #22064B | 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: #BA92F6;
--orchid-400: #975AF2;
--orchid-500: #792BEE;
--orchid-600: #5D11D0;
--orchid-700: #4A0DA5;
--orchid-800: #350A76;
--orchid-900: #22064B;
--orchid-950: #15042F;
}