Orchid
#944DFF
PurpleColor Codes
All color formats for development
HEX
#944DFFRGB
rgb(148, 77, 255)HSL
hsl(264, 100%, 65%)OKLCH
oklch(0.602 0.247 296.4)CMYK
cmyk(42%, 70%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#802BFF
2#6C0AFF
3#5D00E8
4#5000C7
5#4200A6
6#350085
7#280063
8#1B0042
9#0D0021
Tints
Lighter variations
1#9F5EFF
2#A970FF
3#B482FF
4#BF94FF
5#C9A6FF
6#D4B8FF
7#DFC9FF
8#EADBFF
9#F4EDFF
Tones
Muted variations
1#9655F6
2#975EED
3#9967E4
4#9B70DB
5#9D79D2
6#9F82C9
7#A08BC1
8#A294B8
9#A49DAF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F0 #F6F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EADB #EADBFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7BD #D7BDFF | Secondary backgroundsInput backgroundsDividers |
| 300 | B98A #B98AFF | BordersInactive statesPlaceholder text |
| 400 | 944D #944DFF | Disabled statesSecondary iconsMuted text |
| 500 | 751A #751AFF | Primary brand colorCTAsActive elementsLinks |
| 600 | 5A00 #5A00E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4700 #4700B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3300 #330080 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2100 #210052 | Primary textHigh emphasis contentDark headings |
| 950 | 1400 #140033 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #F6F0FF;
--orchid-100: #EADBFF;
--orchid-200: #D7BDFF;
--orchid-300: #B98AFF;
--orchid-400: #944DFF;
--orchid-500: #751AFF;
--orchid-600: #5A00E0;
--orchid-700: #4700B3;
--orchid-800: #330080;
--orchid-900: #210052;
--orchid-950: #140033;
}