Orchid
#A350FB
PurpleColor Codes
All color formats for development
HEX
#A350FBRGB
rgb(163, 80, 251)HSL
hsl(269, 96%, 65%)OKLCH
oklch(0.618 0.242 301.9)CMYK
cmyk(35%, 68%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9230FB
2#810FFA
3#7005E3
4#6004C3
5#5003A2
6#400382
7#300261
8#200141
9#100120
Tints
Lighter variations
1#AC62FC
2#B573FC
3#BF85FD
4#C896FD
5#D1A8FD
6#DAB9FE
7#E3CBFE
8#EDDCFE
9#F6EEFF
Tones
Muted variations
1#A359F3
2#A361EA
3#A46AE2
4#A472D9
5#A47BD1
6#A583C8
7#A58CBF
8#A595B7
9#A59DAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F0 #F7F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EDDC #EDDCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | DDBE #DDBEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | C28C #C28CFD | BordersInactive statesPlaceholder text |
| 400 | A350 #A350FB | Disabled statesSecondary iconsMuted text |
| 500 | 891E #891EFA | Primary brand colorCTAsActive elementsLinks |
| 600 | 6D04 #6D04DC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5604 #5604AF | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3E03 #3E037D | Text on light backgroundsHeadingsStrong borders |
| 900 | 2702 #270250 | Primary textHigh emphasis contentDark headings |
| 950 | 1901 #190132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #F7F0FF;
--orchid-100: #EDDCFE;
--orchid-200: #DDBEFE;
--orchid-300: #C28CFD;
--orchid-400: #A350FB;
--orchid-500: #891EFA;
--orchid-600: #6D04DC;
--orchid-700: #5604AF;
--orchid-800: #3E037D;
--orchid-900: #270250;
--orchid-950: #190132;
}