Orchid
#935EED
PurpleColor Codes
All color formats for development
HEX
#935EEDRGB
rgb(147, 94, 237)HSL
hsl(262, 80%, 65%)OKLCH
oklch(0.61 0.206 296.9)CMYK
cmyk(38%, 60%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7F41EA
2#6A23E7
3#5B17D1
4#4E14B3
5#411195
6#340D77
7#270A5A
8#1A073C
9#0D031E
Tints
Lighter variations
1#9E6EEF
2#A87EF1
3#B38FF3
4#BE9FF4
5#C9AFF6
6#D4BFF8
7#DFCFFA
8#E9DFFB
9#F4EFFD
Tones
Muted variations
1#9565E6
2#976DDF
3#9874D8
4#9A7BD1
5#9C82C9
6#9E89C2
7#A090BB
8#A297B4
9#A49FAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F1 #F6F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9DF #E9DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7C3 #D7C3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | B895 #B895F3 | BordersInactive statesPlaceholder text |
| 400 | 935E #935EED | Disabled statesSecondary iconsMuted text |
| 500 | 7430 #7430E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5816 #5816CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4612 #4612A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 320D #320D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2008 #200849 | Primary textHigh emphasis contentDark headings |
| 950 | 1405 #14052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #F6F1FD;
--orchid-100: #E9DFFB;
--orchid-200: #D7C3F8;
--orchid-300: #B895F3;
--orchid-400: #935EED;
--orchid-500: #7430E8;
--orchid-600: #5816CA;
--orchid-700: #4612A1;
--orchid-800: #320D73;
--orchid-900: #200849;
--orchid-950: #14052E;
}