Orchid
#9252FA
PurpleColor Codes
All color formats for development
HEX
#9252FARGB
rgb(146, 82, 250)HSL
hsl(263, 94%, 65%)OKLCH
oklch(0.602 0.236 296)CMYK
cmyk(42%, 67%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7E32F9
2#6A12F8
3#5B07E1
4#4E06C1
5#4105A1
6#340481
7#270360
8#1A0240
9#0D0120
Tints
Lighter variations
1#9D63FA
2#A874FB
3#B386FB
4#BE97FC
5#C9A8FC
6#D3BAFD
7#DECBFD
8#E9DCFE
9#F4EEFE
Tones
Muted variations
1#945AF1
2#9663E9
3#986BE0
4#9A73D8
5#9C7CD0
6#9E84C7
7#A08DBF
8#A295B7
9#A49DAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F0 #F6F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9DC #E9DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7BF #D7BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | B78D #B78DFB | BordersInactive statesPlaceholder text |
| 400 | 9252 #9252FA | Disabled statesSecondary iconsMuted text |
| 500 | 7320 #7320F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5807 #5807DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4605 #4605AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3204 #32047C | Text on light backgroundsHeadingsStrong borders |
| 900 | 2002 #20024F | Primary textHigh emphasis contentDark headings |
| 950 | 1402 #140231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #F6F0FF;
--orchid-100: #E9DCFE;
--orchid-200: #D7BFFD;
--orchid-300: #B78DFB;
--orchid-400: #9252FA;
--orchid-500: #7320F8;
--orchid-600: #5807DA;
--orchid-700: #4605AD;
--orchid-800: #32047C;
--orchid-900: #20024F;
--orchid-950: #140231;
}