Orchid
#975CF0
PurpleColor Codes
All color formats for development
HEX
#975CF0RGB
rgb(151, 92, 240)HSL
hsl(264, 83%, 65%)OKLCH
oklch(0.613 0.213 298.2)CMYK
cmyk(37%, 62%, 0%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#843DED
2#701FEA
3#6114D4
4#5311B6
5#450E98
6#370B79
7#29085B
8#1C063D
9#0E031E
Tints
Lighter variations
1#A16CF1
2#AC7CF3
3#B68DF4
4#C19DF6
5#CBADF7
6#D5BEF9
7#E0CEFA
8#EADEFC
9#F5EFFD
Tones
Muted variations
1#9863E8
2#9A6AE1
3#9B72DA
4#9D79D2
5#9E81CB
6#A088C3
7#A190BC
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 #D8C2F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | BB94 #BB94F5 | BordersInactive statesPlaceholder text |
| 400 | 975C #975CF0 | Disabled statesSecondary iconsMuted text |
| 500 | 792D #792DEB | Primary brand colorCTAsActive elementsLinks |
| 600 | 5E13 #5E13CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4A0F #4A0FA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 350B #350B75 | 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: #D8C2F9;
--orchid-300: #BB94F5;
--orchid-400: #975CF0;
--orchid-500: #792DEB;
--orchid-600: #5E13CD;
--orchid-700: #4A0FA3;
--orchid-800: #350B75;
--orchid-900: #22074B;
--orchid-950: #15042F;
}