Orchid
#9D4FFC
PurpleColor Codes
All color formats for development
HEX
#9D4FFCRGB
rgb(157, 79, 252)HSL
hsl(267, 97%, 65%)OKLCH
oklch(0.611 0.243 299.8)CMYK
cmyk(38%, 69%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8B2FFC
2#790EFB
3#6903E5
4#5A03C4
5#4B02A3
6#3C0283
7#2D0162
8#1E0141
9#0F0021
Tints
Lighter variations
1#A761FD
2#B172FD
3#BA84FD
4#C496FD
5#CEA7FE
6#D8B9FE
7#E2CAFE
8#EBDCFE
9#F5EDFF
Tones
Muted variations
1#9E58F4
2#9F60EB
3#A069E2
4#A172DA
5#A17AD1
6#A283C8
7#A38CC0
8#A494B7
9#A59DAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F0 #F7F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBDC #EBDCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | DBBE #DBBEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | BF8B #BF8BFD | BordersInactive statesPlaceholder text |
| 400 | 9D4F #9D4FFC | Disabled statesSecondary iconsMuted text |
| 500 | 811D #811DFC | Primary brand colorCTAsActive elementsLinks |
| 600 | 6503 #6503DD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5103 #5103B0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3A02 #3A027E | Text on light backgroundsHeadingsStrong borders |
| 900 | 2501 #250150 | Primary textHigh emphasis contentDark headings |
| 950 | 1701 #170132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #F7F0FF;
--orchid-100: #EBDCFE;
--orchid-200: #DBBEFE;
--orchid-300: #BF8BFD;
--orchid-400: #9D4FFC;
--orchid-500: #811DFC;
--orchid-600: #6503DD;
--orchid-700: #5103B0;
--orchid-800: #3A027E;
--orchid-900: #250150;
--orchid-950: #170132;
}