Orchid
#A353F9
PurpleColor Codes
All color formats for development
HEX
#A353F9RGB
rgb(163, 83, 249)HSL
hsl(269, 93%, 65%)OKLCH
oklch(0.62 0.236 302)CMYK
cmyk(35%, 67%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9233F8
2#8113F6
3#7008E0
4#6007C0
5#5006A0
6#400580
7#300360
8#200240
9#100120
Tints
Lighter variations
1#AC64F9
2#B575FA
3#BF86FB
4#C898FB
5#D1A9FC
6#DABAFD
7#E3CBFD
8#EDDDFE
9#F6EEFE
Tones
Muted variations
1#A35BF0
2#A463E8
3#A46CE0
4#A474D8
5#A47CCF
6#A585C7
7#A58DBF
8#A595B6
9#A59DAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F0 #F7F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EDDD #EDDDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | DDBF #DDBFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | C38E #C38EFB | BordersInactive statesPlaceholder text |
| 400 | A353 #A353F9 | Disabled statesSecondary iconsMuted text |
| 500 | 8922 #8922F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6D08 #6D08D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5606 #5606AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3E04 #3E047B | Text on light backgroundsHeadingsStrong borders |
| 900 | 2803 #28034F | 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: #EDDDFE;
--orchid-200: #DDBFFD;
--orchid-300: #C38EFB;
--orchid-400: #A353F9;
--orchid-500: #8922F7;
--orchid-600: #6D08D9;
--orchid-700: #5606AC;
--orchid-800: #3E047B;
--orchid-900: #28034F;
--orchid-950: #190231;
}