Orchid
#A34FFC
PurpleColor Codes
All color formats for development
HEX
#A34FFCRGB
rgb(163, 79, 252)HSL
hsl(269, 97%, 65%)OKLCH
oklch(0.618 0.244 301.8)CMYK
cmyk(35%, 69%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#922FFC
2#810EFB
3#7003E5
4#6003C4
5#5002A3
6#400283
7#300162
8#200141
9#100021
Tints
Lighter variations
1#AC61FD
2#B572FD
3#BF84FD
4#C896FD
5#D1A7FE
6#DAB9FE
7#E3CAFE
8#EDDCFE
9#F6EDFF
Tones
Muted variations
1#A358F4
2#A360EB
3#A469E2
4#A472DA
5#A47AD1
6#A583C8
7#A58CC0
8#A594B7
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 | C28B #C28BFD | BordersInactive statesPlaceholder text |
| 400 | A34F #A34FFC | Disabled statesSecondary iconsMuted text |
| 500 | 891D #891DFC | Primary brand colorCTAsActive elementsLinks |
| 600 | 6D03 #6D03DD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5603 #5603B0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3E02 #3E027E | Text on light backgroundsHeadingsStrong borders |
| 900 | 2701 #270150 | 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: #C28BFD;
--orchid-400: #A34FFC;
--orchid-500: #891DFC;
--orchid-600: #6D03DD;
--orchid-700: #5603B0;
--orchid-800: #3E027E;
--orchid-900: #270150;
--orchid-950: #190132;
}