Orchid
#A35DEF
PurpleColor Codes
All color formats for development
HEX
#A35DEFRGB
rgb(163, 93, 239)HSL
hsl(269, 82%, 65%)OKLCH
oklch(0.626 0.212 302.8)CMYK
cmyk(32%, 61%, 0%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#923EEC
2#8120E9
3#7115D3
4#6112B5
5#510F97
6#400C79
7#30095A
8#20063C
9#10031E
Tints
Lighter variations
1#AC6DF1
2#B67DF2
3#BF8DF4
4#C89EF5
5#D1AEF7
6#DABEF9
7#E3CEFA
8#EDDFFC
9#F6EFFD
Tones
Muted variations
1#A464E8
2#A46BE0
3#A473D9
4#A47AD2
5#A581CA
6#A588C3
7#A590BC
8#A597B4
9#A69EAD
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 | C394 #C394F4 | BordersInactive statesPlaceholder text |
| 400 | A35D #A35DEF | Disabled statesSecondary iconsMuted text |
| 500 | 892E #892EEA | Primary brand colorCTAsActive elementsLinks |
| 600 | 6D14 #6D14CC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5710 #5710A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3E0B #3E0B74 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2807 #28074A | 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: #C394F4;
--orchid-400: #A35DEF;
--orchid-500: #892EEA;
--orchid-600: #6D14CC;
--orchid-700: #5710A2;
--orchid-800: #3E0B74;
--orchid-900: #28074A;
--orchid-950: #19052E;
}