Orchid
#A35EED
PurpleColor Codes
All color formats for development
HEX
#A35EEDRGB
rgb(163, 94, 237)HSL
hsl(269, 80%, 65%)OKLCH
oklch(0.626 0.209 303.1)CMYK
cmyk(31%, 60%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9241EA
2#8123E7
3#7117D1
4#6114B3
5#511195
6#410D77
7#300A5A
8#20073C
9#10031E
Tints
Lighter variations
1#AD6EEF
2#B67EF1
3#BF8FF3
4#C89FF4
5#D1AFF6
6#DABFF8
7#E4CFFA
8#EDDFFB
9#F6EFFD
Tones
Muted variations
1#A465E6
2#A46DDF
3#A474D8
4#A47BD1
5#A582C9
6#A589C2
7#A590BB
8#A597B4
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 | DDC3 #DDC3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | C395 #C395F3 | BordersInactive statesPlaceholder text |
| 400 | A35E #A35EED | Disabled statesSecondary iconsMuted text |
| 500 | 8930 #8930E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6D16 #6D16CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5712 #5712A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3E0D #3E0D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2808 #280849 | 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: #F7F1FD;
--orchid-100: #EDDFFB;
--orchid-200: #DDC3F8;
--orchid-300: #C395F3;
--orchid-400: #A35EED;
--orchid-500: #8930E8;
--orchid-600: #6D16CA;
--orchid-700: #5712A1;
--orchid-800: #3E0D73;
--orchid-900: #280849;
--orchid-950: #19052E;
}