Orchid
#A361EA
PurpleColor Codes
All color formats for development
HEX
#A361EARGB
rgb(163, 97, 234)HSL
hsl(269, 77%, 65%)OKLCH
oklch(0.629 0.201 303.3)CMYK
cmyk(30%, 59%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9244E7
2#8126E3
3#711BCD
4#6117B0
5#511393
6#410F75
7#300B58
8#20083B
9#10041D
Tints
Lighter variations
1#AD71ED
2#B681EF
3#BF90F1
4#C8A0F3
5#D1B0F5
6#DAC0F7
7#E4D0F9
8#EDDFFB
9#F6EFFD
Tones
Muted variations
1#A468E4
2#A46FDD
3#A476D6
4#A47DCF
5#A583C8
6#A58AC1
7#A591BA
8#A598B3
9#A69FAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F1 #F7F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EDDF #EDDFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | DDC4 #DDC4F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | C397 #C397F2 | BordersInactive statesPlaceholder text |
| 400 | A361 #A361EA | Disabled statesSecondary iconsMuted text |
| 500 | 8934 #8934E5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6D1A #6D1AC7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5715 #57159E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3E0F #3E0F71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2809 #280948 | Primary textHigh emphasis contentDark headings |
| 950 | 1906 #19062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #F7F1FD;
--orchid-100: #EDDFFB;
--orchid-200: #DDC4F7;
--orchid-300: #C397F2;
--orchid-400: #A361EA;
--orchid-500: #8934E5;
--orchid-600: #6D1AC7;
--orchid-700: #57159E;
--orchid-800: #3E0F71;
--orchid-900: #280948;
--orchid-950: #19062D;
}