Orchid
#9D4DFF
PurpleColor Codes
All color formats for development
HEX
#9D4DFFRGB
rgb(157, 77, 255)HSL
hsl(267, 100%, 65%)OKLCH
oklch(0.611 0.248 299.4)CMYK
cmyk(38%, 70%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8B2BFF
2#780AFF
3#6800E8
4#5A00C7
5#4B00A6
6#3C0085
7#2D0063
8#1E0042
9#0F0021
Tints
Lighter variations
1#A75EFF
2#B070FF
3#BA82FF
4#C494FF
5#CEA6FF
6#D8B8FF
7#E2C9FF
8#EBDBFF
9#F5EDFF
Tones
Muted variations
1#9E55F6
2#9F5EED
3#A067E4
4#A070DB
5#A179D2
6#A282C9
7#A38BC1
8#A494B8
9#A59DAF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F0 #F7F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBDB #EBDBFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | DBBD #DBBDFF | Secondary backgroundsInput backgroundsDividers |
| 300 | BE8A #BE8AFF | BordersInactive statesPlaceholder text |
| 400 | 9D4D #9D4DFF | Disabled statesSecondary iconsMuted text |
| 500 | 811A #811AFF | Primary brand colorCTAsActive elementsLinks |
| 600 | 6500 #6500E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5000 #5000B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3900 #390080 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2500 #250052 | Primary textHigh emphasis contentDark headings |
| 950 | 1700 #170033 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #F7F0FF;
--orchid-100: #EBDBFF;
--orchid-200: #DBBDFF;
--orchid-300: #BE8AFF;
--orchid-400: #9D4DFF;
--orchid-500: #811AFF;
--orchid-600: #6500E0;
--orchid-700: #5000B3;
--orchid-800: #390080;
--orchid-900: #250052;
--orchid-950: #170033;
}