Orchid
#A35DEE
PurpleColor Codes
All color formats for development
HEX
#A35DEERGB
rgb(163, 93, 238)HSL
hsl(269, 81%, 65%)OKLCH
oklch(0.626 0.211 303)CMYK
cmyk(32%, 61%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#923FEB
2#8121E8
3#7116D2
4#6113B4
5#511096
6#410D78
7#30095A
8#20063C
9#10031E
Tints
Lighter variations
1#AD6EF0
2#B67EF1
3#BF8EF3
4#C89EF5
5#D1AEF7
6#DABEF8
7#E4CFFA
8#EDDFFC
9#F6EFFD
Tones
Muted variations
1#A465E7
2#A46CE0
3#A473D8
4#A47AD1
5#A582CA
6#A589C3
7#A590BB
8#A597B4
9#A69FAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F1 #F7F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EDDF #EDDFFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | DDC3 #DDC3F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | C395 #C395F4 | BordersInactive statesPlaceholder text |
| 400 | A35D #A35DEE | Disabled statesSecondary iconsMuted text |
| 500 | 892F #892FE9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6D15 #6D15CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5711 #5711A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3E0C #3E0C73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2808 #28084A | Primary textHigh emphasis contentDark headings |
| 950 | 1905 #19052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #F7F1FE;
--orchid-100: #EDDFFC;
--orchid-200: #DDC3F9;
--orchid-300: #C395F4;
--orchid-400: #A35DEE;
--orchid-500: #892FE9;
--orchid-600: #6D15CB;
--orchid-700: #5711A2;
--orchid-800: #3E0C73;
--orchid-900: #28084A;
--orchid-950: #19052E;
}