Orchid
#9D52FA
PurpleColor Codes
All color formats for development
HEX
#9D52FARGB
rgb(157, 82, 250)HSL
hsl(267, 94%, 65%)OKLCH
oklch(0.613 0.237 299.8)CMYK
cmyk(37%, 67%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8B32F9
2#7912F8
3#6907E1
4#5A06C1
5#4B05A1
6#3C0481
7#2D0360
8#1E0240
9#0F0120
Tints
Lighter variations
1#A763FA
2#B174FB
3#BB86FB
4#C497FC
5#CEA8FC
6#D8BAFD
7#E2CBFD
8#EBDCFE
9#F5EEFE
Tones
Muted variations
1#9E5AF1
2#9F63E9
3#A06BE0
4#A173D8
5#A27CD0
6#A284C7
7#A38DBF
8#A495B7
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 | DBBF #DBBFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | BF8D #BF8DFB | BordersInactive statesPlaceholder text |
| 400 | 9D52 #9D52FA | Disabled statesSecondary iconsMuted text |
| 500 | 8120 #8120F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6607 #6607DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5105 #5105AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3A04 #3A047C | Text on light backgroundsHeadingsStrong borders |
| 900 | 2502 #25024F | Primary textHigh emphasis contentDark headings |
| 950 | 1702 #170231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #F7F0FF;
--orchid-100: #EBDCFE;
--orchid-200: #DBBFFD;
--orchid-300: #BF8DFB;
--orchid-400: #9D52FA;
--orchid-500: #8120F8;
--orchid-600: #6607DA;
--orchid-700: #5105AD;
--orchid-800: #3A047C;
--orchid-900: #25024F;
--orchid-950: #170231;
}