Orchid
#975EED
PurpleColor Codes
All color formats for development
HEX
#975EEDRGB
rgb(151, 94, 237)HSL
hsl(264, 80%, 65%)OKLCH
oklch(0.614 0.207 298.5)CMYK
cmyk(36%, 60%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8441EA
2#7123E7
3#6117D1
4#5414B3
5#461195
6#380D77
7#2A0A5A
8#1C073C
9#0E031E
Tints
Lighter variations
1#A26EEF
2#AC7EF1
3#B78FF3
4#C19FF4
5#CBAFF6
6#D6BFF8
7#E0CFFA
8#EADFFB
9#F5EFFD
Tones
Muted variations
1#9965E6
2#9A6DDF
3#9C74D8
4#9D7BD1
5#9F82C9
6#A089C2
7#A190BB
8#A397B4
9#A49FAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F1 #F6F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EADF #EADFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | D9C3 #D9C3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | BB95 #BB95F3 | BordersInactive statesPlaceholder text |
| 400 | 975E #975EED | Disabled statesSecondary iconsMuted text |
| 500 | 7A30 #7A30E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5E16 #5E16CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4B12 #4B12A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 360D #360D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2208 #220849 | 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: #F6F1FD;
--orchid-100: #EADFFB;
--orchid-200: #D9C3F8;
--orchid-300: #BB95F3;
--orchid-400: #975EED;
--orchid-500: #7A30E8;
--orchid-600: #5E16CA;
--orchid-700: #4B12A1;
--orchid-800: #360D73;
--orchid-900: #220849;
--orchid-950: #15052E;
}