Orchid
#A355F7
PurpleColor Codes
All color formats for development
HEX
#A355F7RGB
rgb(163, 85, 247)HSL
hsl(269, 91%, 65%)OKLCH
oklch(0.621 0.232 302.2)CMYK
cmyk(34%, 66%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9235F5
2#8115F4
3#710ADE
4#6009BE
5#50079E
6#40067F
7#30045F
8#20033F
9#100120
Tints
Lighter variations
1#AC66F8
2#B577F9
3#BF88F9
4#C899FA
5#D1AAFB
6#DABBFC
7#E3CCFD
8#EDDDFD
9#F6EEFE
Tones
Muted variations
1#A35DEF
2#A465E7
3#A46DDF
4#A475D6
5#A47DCE
6#A585C6
7#A58DBE
8#A596B6
9#A59EAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F0 #F7F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EDDD #EDDDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | DDC0 #DDC0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | C38F #C38FFA | BordersInactive statesPlaceholder text |
| 400 | A355 #A355F7 | Disabled statesSecondary iconsMuted text |
| 500 | 8924 #8924F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6D0A #6D0AD6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5708 #5708AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3E06 #3E067A | Text on light backgroundsHeadingsStrong borders |
| 900 | 2804 #28044E | Primary textHigh emphasis contentDark headings |
| 950 | 1902 #190231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #F7F0FE;
--orchid-100: #EDDDFD;
--orchid-200: #DDC0FC;
--orchid-300: #C38FFA;
--orchid-400: #A355F7;
--orchid-500: #8924F5;
--orchid-600: #6D0AD6;
--orchid-700: #5708AA;
--orchid-800: #3E067A;
--orchid-900: #28044E;
--orchid-950: #190231;
}